Method: MGit::System.run

Defined in:
lib/mgit/system.rb

.run(cmd, opts = {}) ⇒ Object



64
65
66
# File 'lib/mgit/system.rb', line 64

def self.run(cmd, opts = {})
  SystemCommand.new(cmd, opts)
end