Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/camino.rb

Direct Known Subclasses

Path

Instance Method Summary collapse

Instance Method Details

#to_pathObject



97
98
99
# File 'lib/camino.rb', line 97

def to_path
	Path.new(self)
end