module Hashie::Extensions::Coercion::InstanceMethods

def custom_writer(key, value)

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