Class: Hookers::Git::Repository
- Inherits:
-
Object
- Object
- Hookers::Git::Repository
- Defined in:
- lib/hookers/git/repository.rb
Instance Method Summary collapse
Instance Method Details
#commit(message) ⇒ Object
11 12 13 |
# File 'lib/hookers/git/repository.rb', line 11 def commit() %x(git commit -m'#{}') end |