Class: Utils::Shell
- Inherits:
-
Object
- Object
- Utils::Shell
- Defined in:
- lib/utils/shell.rb
Class Method Summary collapse
Class Method Details
.execute(cmd) ⇒ Object
7 8 9 |
# File 'lib/utils/shell.rb', line 7 def execute(cmd) return system cmd end |