Module: Kernel

Defined in:
lib/rubysl/pathname/pathname.rb

Instance Method Summary collapse

Instance Method Details

#Pathname(path) ⇒ Object

create a pathname object.

This method is available since 1.8.5.



1062
1063
1064
# File 'lib/rubysl/pathname/pathname.rb', line 1062

def Pathname(path) # :doc:
  Pathname.new(path)
end