class Aruba::Platforms::UnixEnvironmentVariables

def key?(name)

Parameters:
  • name (#to_s) --
def key?(name)
  to_h.key? name.to_s
end