blob: 43e470555be5be62df4e06b2cd73a8f433f6e9d3 (
plain) (
blame)
1
2
3
4
5
|
Maps are ordered hashes that are ordered, string/symbol indifferent, and have
recursive conversion, more robust implementation than
HashWithIndifferentAccess, support for struct like (map.foo) access, and
support for option/keyword access which avoids several nasty classes of errors
in many ruby libraries
|