class Git::Branches

Public Instance Methods

current() click to toggle source
# File lib/git/status_all/git.rb, line 12
def current
        select{ |b| b.current? }.first
end