class Aruba::Platforms::UnixEnvironmentVariables

def [](name)

Parameters:
  • name (#to_s) --
def [](name)
  to_h[name.to_s]
end