class RBCM::ArrayHash
a hash which keys are initiated as arrays default values via RBCM::`Hash.new []` are inadequate for being volatile
Public Instance Methods
[](key)
click to toggle source
Calls superclass method
# File app/lib/array_hash.rb, line 5 def [] key store key, [] unless has_key? key super end