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



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

def command_line(line)
  line
end

#to_sObject



4
5
6
# File 'lib/eac_ruby_utils/envs/local_env.rb', line 4

def to_s
  'LOCAL'
end