class Hashie::Mash

def []=(key,value) #:nodoc:

: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:
  regular_writer(convert_key(key), convert_value(value))
end