Module: Offline::Helpers

Included in:
App, Github::Base
Defined in:
lib/offline/helpers.rb

Instance Method Summary collapse

Instance Method Details

#run(command) ⇒ Object



3
4
5
6
# File 'lib/offline/helpers.rb', line 3

def run(command)
  puts "Running: #{command}"
  system(command)
end