Class: Caml::Shell
- Inherits:
-
Object
- Object
- Caml::Shell
- Defined in:
- lib/caml/shell.rb
Instance Method Summary collapse
Instance Method Details
#run(command) ⇒ Object
3 4 5 |
# File 'lib/caml/shell.rb', line 3 def run(command) system(command) ? true : false end |