was missing some super inits
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
module Parfait
|
||||
class Frame < Object
|
||||
def initialize locals , temps
|
||||
super()
|
||||
@locals = locals
|
||||
@tmps = tmps
|
||||
end
|
||||
|
Reference in New Issue
Block a user