fix parfait test

This commit is contained in:
Torsten Ruger
2014-09-04 14:22:28 +03:00
parent 5bb03f2d8b
commit d94ec6c72c
4 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,7 @@
# almost simplest hash imaginable. make good use of arrays
class Hash
module Parfait
end
class Parfait::Hash
def initialize
@keys = Array.new()
@values = Array.new()