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