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
8 9 10 |
# File 'lib/eac_ruby_utils/envs/local_env.rb', line 8 def command_line(line) line end |
#to_s ⇒ Object
4 5 6 |
# File 'lib/eac_ruby_utils/envs/local_env.rb', line 4 def to_s 'LOCAL' end |