Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_pathObject Also known as: to_fancypath



13
14
15
# File 'lib/fancypath.rb', line 13

def to_path
  Fancypath.new(self)
end