Class info
Hash
A Hash is a dictionary-like collection of unique keys and their values. Also called associative arrays, they are similar to Arrays, but where an Array uses integers as its index, a Hash allows you to use any object type.
Included methods
Class methods
These are methods that can be called on the class directly like Hash.new
Instance methods
These are methods that can be called on an object (instance of an class)