class Hashie::Mash
def []=(key,value) #:nodoc:
into Mashes for nesting purposes.
a string before it is set, and Hashes will be converted
Sets an attribute in the Mash. Key will be converted to
def []=(key,value) #:nodoc: key = convert_key(key) regular_writer(key, convert_value(value)) end