module Asgit::Shell

Public Class Methods

run(command) click to toggle source
# File lib/asgit/shell.rb, line 7
def run command
  HereOrThere::Local.new.run command
end