start with block_compiler
as a copy of method_compiler re-merge later, when we know what's needed
This commit is contained in:
@ -43,7 +43,7 @@ module Parfait
|
||||
|
||||
def add_block(bl)
|
||||
block = self.blocks
|
||||
bl.next = block if(block)
|
||||
bl.set_next(block) if(block)
|
||||
@blocks = bl
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user