Module: Bovem::ConsoleMethods::Interactions::ClassMethods
- Defined in:
- lib/bovem/console.rb
Overview
Class methods to interact with the user and other processes.
Instance Method Summary (collapse)
-
- (String) execute(command)
Executes a command and returns its output.
Instance Method Details
- (String) execute(command)
Executes a command and returns its output.
443 444 445 |
# File 'lib/bovem/console.rb', line 443 def execute(command) %x{#{command}} end |