Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_fancypathObject Also known as: to_path



15
16
17
# File 'lib/fancypath.rb', line 15

def to_fancypath
  Fancypath.new(self)
end