adds classes derived from array and hash

These are used in parfait and were coming out wrong
should be fixed, but hash tests weak
This commit is contained in:
Torsten Ruger
2015-06-19 12:26:10 +03:00
parent f00364cd18
commit 4754ba60be
7 changed files with 114 additions and 13 deletions

View File

@ -2,3 +2,4 @@ require_relative "test_basic"
require_relative "test_object"
require_relative "test_ext"
require_relative "test_refs"
require_relative "test_super"