Class: EacRubyUtils::Envs::LocalEnv

Inherits:
BaseEnv
  • Object
show all
Defined in:
lib/eac_ruby_utils/envs/local_env.rb

Instance Method Summary collapse

Methods inherited from BaseEnv

#command, #file_exist?

Instance Method Details

#command_line(line) ⇒ Object



10
11
12
# File 'lib/eac_ruby_utils/envs/local_env.rb', line 10

def command_line(line)
  line
end

#to_sObject



6
7
8
# File 'lib/eac_ruby_utils/envs/local_env.rb', line 6

def to_s
  'LOCAL'
end