class Git::Branches

Public Instance Methods

current() click to toggle source
# File lib/pod-pipeline/extension/git-ppl.rb, line 5
def current
    self.local.select { |b| b.current }
end