module EacRubyUtils::Envs

Public Class Methods

local() click to toggle source
# File lib/eac_ruby_utils/envs.rb, line 14
def local
  @local ||= ::EacRubyUtils::Envs::LocalEnv.new
end
ssh(user_hostname) click to toggle source
# File lib/eac_ruby_utils/envs.rb, line 18
def ssh(user_hostname)
  ::EacRubyUtils::Envs::SshEnv.new(user_hostname)
end