Class: Dude::Git::CurrentBranchName
- Inherits:
-
Object
- Object
- Dude::Git::CurrentBranchName
- Defined in:
- lib/dude/git/current_branch_name.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
6 7 8 |
# File 'lib/dude/git/current_branch_name.rb', line 6 def call `git rev-parse --abbrev-ref HEAD`.chomp end |