Class: Stax::Git
Instance Method Summary collapse
Instance Method Details
#branch ⇒ Object
51 52 53 |
# File 'lib/stax/git.rb', line 51 def branch puts Git.branch end |
#sha ⇒ Object
56 57 58 |
# File 'lib/stax/git.rb', line 56 def sha puts Git.sha end |