Class: EacRubyUtils::Envs::LocalEnv
- Defined in:
- lib/eac_ruby_utils/envs/local_env.rb
Instance Method Summary collapse
Methods inherited from BaseEnv
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_s ⇒ Object
6 7 8 |
# File 'lib/eac_ruby_utils/envs/local_env.rb', line 6 def to_s 'LOCAL' end |