Class: Git::Branches

Inherits:
Object
  • Object
show all
Defined in:
lib/vcpkg_pipeline/extension/git_vpl.rb

Overview

Git::Branches

Instance Method Summary collapse

Instance Method Details

#currentObject



45
46
47
# File 'lib/vcpkg_pipeline/extension/git_vpl.rb', line 45

def current
  local.select { :current }
end