In Files

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 1049
def Pathname(path) # :doc:
  Pathname.new(path)
end
blog comments powered by Disqus