Class: RealGit
- Inherits:
-
Object
- Object
- RealGit
- Defined in:
- lib/sensei/repository.rb
Instance Method Summary collapse
Instance Method Details
#do(command) ⇒ Object
2 3 4 |
# File 'lib/sensei/repository.rb', line 2 def do command system("git #{command}") end |