class Aruba::Platforms::UnixEnvironmentVariables

def initialize(env = ENV)

def initialize(env = ENV)
  @actions = []
  @env = env.to_h
end