object that holds all the available branches
# File lib/git/branches.rb, line 35
35: def [](symbol)
36: @branches[symbol.to_s]
37: end
# File lib/git/branches.rb, line 31
31: def each(&block)
32: @branches.values.each(&block)
33: end
# File lib/git/branches.rb, line 17
17: def local
18: self.select { |b| !b.remote }
19: end
# File lib/git/branches.rb, line 21
21: def remote
22: self.select { |b| b.remote }
23: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.