module EacRubyUtils::Envs

def local

def local
  @local ||= ::EacRubyUtils::Envs::LocalEnv.new
end

def ssh(user_hostname)

def ssh(user_hostname)
  ::EacRubyUtils::Envs::SshEnv.new(user_hostname)
end