Class: DevelopWithPassion::Expander::Shell
- Defined in:
- lib/developwithpassion_expander/shell.rb
Instance Method Summary collapse
Instance Method Details
#run(cmd) ⇒ Object
4 5 6 |
# File 'lib/developwithpassion_expander/shell.rb', line 4 def run(cmd) return `#{cmd}` end |