Libraries
»
git
(2.0.0)
»
Index
»
Git
»
Branches
»
#remote
Method: Git::Branches#remote
Defined in:
lib/git/branches.rb
#
remote
22 23 24
# File 'lib/git/branches.rb', line 22
def
remote
self
.
select
{
|
b
|
b
.
remote
}
end