# File lib/hashie/extensions/coercion.rb, line 24
        def custom_writer(key, value)
          self[key] = value
        end