# File lib/merb-core/core_ext/mash.rb, line 42
  def []=(key, value) 
    regular_writer(convert_key(key), convert_value(value)) 
  end