Class: Dude::Git::CurrentBranchName

Inherits:
Object
  • Object
show all
Defined in:
lib/dude/git/current_branch_name.rb

Instance Method Summary collapse

Instance Method Details

#callObject



6
7
8
# File 'lib/dude/git/current_branch_name.rb', line 6

def call
  `git rev-parse --abbrev-ref HEAD`.chomp
end