Top Level Namespace

Defined Under Namespace

Modules: Handy

Instance Method Summary collapse

Instance Method Details

#execute(cmd) ⇒ Object



1
2
3
4
# File 'lib/handy/heroku_tasks.rb', line 1

def execute(cmd)
  puts cmd
  system cmd
end