First page Back Continue Last page Overview Graphics
Hashes
Hashes can be used to map objects to other objects.
Hashes can be initialized with key/value pairs in between {...}.
A default value can also be specified.
Hashes may also be queried using has_key? and has_value? methods.