fixes parfaits hash by implementing array

basic concept holds up as parfaits hash is now
working on parfaits own array
This commit is contained in:
Torsten Ruger
2015-05-12 18:52:01 +03:00
parent b980def84e
commit 398516a596
9 changed files with 103 additions and 13 deletions

2
test/parfait/test_all.rb Normal file
View File

@ -0,0 +1,2 @@
require_relative "test_array"
require_relative "test_hash"