was missing some super inits
This commit is contained in:
@ -6,6 +6,7 @@ module Parfait
|
||||
#
|
||||
# internally we store keys and values in lists, which means this does **not** scale well
|
||||
def initialize
|
||||
super()
|
||||
@keys = List.new_object()
|
||||
@values = List.new_object()
|
||||
end
|
||||
|
Reference in New Issue
Block a user