class Git::Base

def current_branch

returns the name of the branch the working directory is currently on
def current_branch
  self.lib.branch_current
end