module Hashie::Extensions::Coercion::InstanceMethods

def custom_writer(key, value, _convert = true)

def custom_writer(key, value, _convert = true)
  self[key] = value
end