Class: Git::Branches

Inherits:
Object
  • Object
show all
Defined in:
lib/pod-pipeline/extension/git-ppl.rb

Instance Method Summary collapse

Instance Method Details

#currentObject



5
6
7
# File 'lib/pod-pipeline/extension/git-ppl.rb', line 5

def current
    self.local.select { |b| b.current }
end