Method: Aruba::Platforms::UnixPlatform#expand_path

Defined in:
lib/aruba/platforms/unix_platform.rb

#expand_path(path, base) ⇒ Object

Expand path



175
176
177
# File 'lib/aruba/platforms/unix_platform.rb', line 175

def expand_path(path, base)
  File.expand_path(path, base)
end