24 25 26 27
# File 'lib/vpr/git_parser.rb', line 24 def current_branch git = Git.open(git_dir) git.current_branch end