Method: Toolshed::Git::Branch#initialize

Defined in:
lib/toolshed/git/branch.rb

#initialize(options = {}) ⇒ Branch

Returns a new instance of Branch.



6
7
8
# File 'lib/toolshed/git/branch.rb', line 6

def initialize(options = {})
  super(options)
end