In Files

  • pathname.rb

Methods

Class/Module Index [+]

Quicksearch

Kernel

Private Instance Methods

Pathname(path) click to toggle source

create a pathname object.

This method is available since 1.8.5.

 
               # File pathname.rb, line 1095
def Pathname(path) # :doc:
  Pathname.new(path)
end