module Hashie::Extensions::MethodWriter

def convert_key(key)

def convert_key(key)
  key.to_s
end