Class: Gitstagram::SystemCaller

Inherits:
Object
  • Object
show all
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