Method: Asgit::Shell.run

Defined in:
lib/asgit/shell.rb

.run(command) ⇒ Object



7
8
9
# File 'lib/asgit/shell.rb', line 7

def run command
  HereOrThere::Local.new.run command
end