Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/pathname3.rb

Direct Known Subclasses

Pathname

Instance Method Summary collapse

Instance Method Details

#to_pathObject

Converts the string directly to a pathname.



559
560
561
# File 'lib/pathname3.rb', line 559

def to_path
  Pathname.new(self)
end