Commit Graph

5 Commits

Author SHA1 Message Date
Torsten Ruger dd41758dea renamed array and hash to list and dictionary
Since these are not the ruby classes, we don’t need
the old names. They are misleading.
An Array is a military term, we mean list
And a Hash is an implementation of a Dictionary,
or LookupTable
2015-05-12 19:10:45 +03:00
Torsten Ruger a94ce51c58 also test array
minor (ahm) fixes to array logic
2015-05-12 19:03:14 +03:00
Torsten Ruger 398516a596 fixes parfaits hash by implementing array
basic concept holds up as parfaits hash is now
working on parfaits own array
2015-05-12 18:52:01 +03:00
Torsten Ruger d94ec6c72c fix parfait test 2014-09-04 14:22:28 +03:00
Torsten Ruger 0271045ff4 corrected unit name 2014-08-30 20:46:38 +03:00