Class: Pathname

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

Direct Known Subclasses

Fancypath

Instance Method Summary collapse

Instance Method Details

#to_pathObject Also known as: to_fancypath



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

def to_path
  Fancypath.new(self)
end