Method: Pathname#to_fancypath

Defined in:
lib/fancypath.rb

#to_fancypathObject Also known as: to_path



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

def to_fancypath
  Fancypath.new(self)
end