class Aruba::Platforms::UnixPlatform

def expand_path(path, base)

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