Class: GitPresenter::Shell
- Inherits:
-
Object
- Object
- GitPresenter::Shell
- Defined in:
- lib/git_presenter/shell.rb
Instance Method Summary collapse
Instance Method Details
#run(command) ⇒ Object
2 3 4 |
# File 'lib/git_presenter/shell.rb', line 2 def run(command) `#{command}`.strip end |