Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/pathname3.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#to_path ⇒ Object
Converts the string directly to a pathname.
Instance Method Details
#to_path ⇒ Object
Converts the string directly to a pathname.
559 560 561 |
# File 'lib/pathname3.rb', line 559 def to_path Pathname.new(self) end |