# File lib/extlib/mash.rb, line 44
  def []=(key, value)
    regular_writer(convert_key(key), convert_value(value))
  end