Class: Branchtree::Branch::InvalidInfo
Instance Method Summary
collapse
Methods inherited from NullInfo
#ahead_of_parent, #ahead_of_upstream, #behind_parent, #behind_upstream, #has_upstream?, #initialize
Instance Method Details
#empty? ⇒ Boolean
146
147
148
|
# File 'lib/branchtree/branch.rb', line 146
def empty?
false
end
|
#populate ⇒ Object
154
155
156
|
# File 'lib/branchtree/branch.rb', line 154
def populate
self
end
|
#repopulate ⇒ Object
158
159
160
|
# File 'lib/branchtree/branch.rb', line 158
def repopulate
self
end
|
#valid? ⇒ Boolean
150
151
152
|
# File 'lib/branchtree/branch.rb', line 150
def valid?
false
end
|