Class: Pathname

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

Direct Known Subclasses

Fancypath

Instance Method Summary collapse

Instance Method Details

#to_fancypathObject Also known as: to_path



5
6
7
# File 'lib/fancypath.rb', line 5

def to_fancypath
  Fancypath.new(self)
end