module Hashie::Extensions::MethodOverridingWriter

def method?(name)

def method?(name)
  methods.map(&:to_s).include?(name)
end