Class: Gitstagram::SystemCaller
- Inherits:
-
Object
- Object
- Gitstagram::SystemCaller
- Defined in:
- lib/gitstagram/system_caller.rb
Class Method Summary collapse
Class Method Details
.call(command) ⇒ Object
4 5 6 |
# File 'lib/gitstagram/system_caller.rb', line 4 def call(command) system command end |