rename locals to frame

includes temps and tradition
This commit is contained in:
Torsten Ruger
2018-03-14 17:39:04 +05:30
parent 83d957377e
commit 2aa7d37a83
10 changed files with 39 additions and 27 deletions

View File

@ -12,7 +12,7 @@ module Parfait
#
class VoolMethod
attr_reader :name , :args_type , :locals_type , :source
attr_reader :name , :args_type , :frame_type , :source
def initialize(name , args_type , locals_type , source )
@name , @args_type , @locals_type , @source = name , args_type, locals_type , source