Pathname(path)
create a pathname object.
This method is available since 1.8.5.
# File lib/pathname.rb, line 1058 def Pathname(path) # :doc: Pathname.new(path) end