Method: Pa::Path::ClassMethods#absolute2

Defined in:
lib/pa/path.rb

#absolute2(path) ⇒ String

alias from File.absolute_path

Parameters:

Returns:



105
106
107
# File 'lib/pa/path.rb', line 105

def absolute2(path) 
  File.absolute_path get(path)
end