Enumerableself[key]
Return the value associated to the key.
Return nil if key is not registered
in mapping.
self[key] = value
Add binding of key to value.
each {|key, value|...}
each_pair {|key, value|...}
Iterate over each key and value pair.
length
size
Return number of associations.