class EacRubyUtils::Envs::LocalEnv

Public Instance Methods

command_line(line) click to toggle source
# File lib/eac_ruby_utils/envs/local_env.rb, line 12
def command_line(line)
  line
end
to_s() click to toggle source
# File lib/eac_ruby_utils/envs/local_env.rb, line 8
def to_s
  'LOCAL'
end