private Method

Kernel.Pathname(path)

create a pathname object.

This method is available since 1.8.5.

Source Code

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

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.