was missing some super inits

This commit is contained in:
Torsten Ruger
2015-05-21 21:50:17 +03:00
parent a28b41a5f5
commit 531d3e181a
3 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
module Parfait
class Frame < Object
def initialize locals , temps
super()
@locals = locals
@tmps = tmps
end