Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/fancypath.rb
Direct Known Subclasses
Instance Method Summary collapse
- #to_fancypath ⇒ Object (also: #to_path)
Instance Method Details
#to_fancypath ⇒ Object Also known as: to_path
5 6 7 |
# File 'lib/fancypath.rb', line 5 def to_fancypath Fancypath.new(self) end |