Class: EacRubyUtils::Envs::LocalEnv

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

Instance Method Summary collapse

Methods inherited from BaseEnv

#command, #executable, #file, #file_exist?

Instance Method Details

#command_line(line) ⇒ Object



12
13
14
# File 'lib/eac_ruby_utils/envs/local_env.rb', line 12

def command_line(line)
  line
end

#to_sObject



8
9
10
# File 'lib/eac_ruby_utils/envs/local_env.rb', line 8

def to_s
  'LOCAL'
end