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