Class: Stax::Git

Inherits:
Base
  • Object
show all
Defined in:
lib/stax/git.rb

Instance Method Summary collapse

Instance Method Details

#branchObject



51
52
53
# File 'lib/stax/git.rb', line 51

def branch
  puts Git.branch
end

#shaObject



56
57
58
# File 'lib/stax/git.rb', line 56

def sha
  puts Git.sha
end