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