use more instances in parfait

and misc
This commit is contained in:
2019-09-10 12:33:57 +03:00
parent c3c2ab606c
commit 63323376e4
10 changed files with 54 additions and 46 deletions

View File

@ -28,7 +28,7 @@ module Parfait
def each_method( &block )
block.call( self )
next_callable.each_method( &block ) if next_callable
@next_callable.each_method( &block ) if @next_callable
end
def create_block(args , frame)