Class: Snoot::Path

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



8
9
10
# File 'lib/snoot/value_types.rb', line 8

def raw
  @raw
end