Class: Snoot::Path
- Inherits:
-
Data
- Object
- Data
- Snoot::Path
- Defined in:
- lib/snoot/value_types.rb
Overview
A raw filesystem path string. Distinct from String so path-typed slots stay traceable.
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw
8 9 10 |
# File 'lib/snoot/value_types.rb', line 8 def raw @raw end |