Module: MGit::System
- Defined in:
- lib/mgit/system.rb
Defined Under Namespace
Classes: GitCommand, SystemCommand
Class Method Summary collapse
Class Method Details
.git(cmd, opts = {}) ⇒ Object
60 61 62 |
# File 'lib/mgit/system.rb', line 60 def self.git(cmd, opts = {}) GitCommand.new(cmd, opts) end |
.run(cmd, opts = {}) ⇒ Object
64 65 66 |
# File 'lib/mgit/system.rb', line 64 def self.run(cmd, opts = {}) SystemCommand.new(cmd, opts) end |