Class: GitSystemCall
- Inherits:
-
Object
- Object
- GitSystemCall
- Defined in:
- lib/furi/git/git_system_call.rb
Instance Method Summary collapse
Instance Method Details
#git_branch ⇒ Object
2 3 4 |
# File 'lib/furi/git/git_system_call.rb', line 2 def git_branch %x(git branch) end |