fix parfait test
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user