Class: EmergeCLI::Environment
- Inherits:
-
Object
- Object
- EmergeCLI::Environment
- Defined in:
- lib/utils/environment.rb
Instance Method Summary collapse
Instance Method Details
#execute_command(command) ⇒ Object
3 4 5 |
# File 'lib/utils/environment.rb', line 3 def execute_command(command) `#{command}` end |