correctly linking frames and messages

This commit is contained in:
Torsten Ruger
2015-06-28 22:02:07 +03:00
parent 31635d9747
commit 8674c322c4
6 changed files with 26 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ module Parfait
@locals = List.new
@tmps = List.new
end
attr_reader :name , :arg_names , :for_class , :code
attr_reader :name , :arg_names , :for_class , :code , :locals , :tmps
# determine whether this method has a variable by the given name