make object derivation explicit

in parfait
This commit is contained in:
Torsten Ruger
2015-04-08 20:33:15 +03:00
parent 81e3a98af8
commit aaf6da8808
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# almost simplest hash imaginable. make good use of arrays
class Hash
class Hash < Object
def initialize
@keys = Array.new()
@values = Array.new()