small arm fixes etc
This commit is contained in:
@ -46,6 +46,11 @@ module Parfait
|
||||
end
|
||||
end
|
||||
|
||||
def ensure_next
|
||||
extend_one unless @next
|
||||
@next
|
||||
end
|
||||
|
||||
def each_block( &block )
|
||||
block.call( self )
|
||||
@next.each_block( &block ) if @next
|
||||
|
Reference in New Issue
Block a user