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