Method: Path#to_sym

Defined in:
lib/path/identity.rb

#to_symObject

Returns the path as a Symbol.



109
110
111
# File 'lib/path/identity.rb', line 109

def to_sym
  @path.to_sym
end