Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/fancypath.rb
Instance Method Summary collapse
- #to_path ⇒ Object (also: #to_fancypath)
Instance Method Details
#to_path ⇒ Object Also known as: to_fancypath
13 14 15 |
# File 'lib/fancypath.rb', line 13 def to_path Fancypath.new(self) end |