class Hashie::Mash

def log_collision?(method_key)

def log_collision?(method_key)
  respond_to?(method_key) && !self.class.disable_warnings? &&
    !(regular_key?(method_key) || regular_key?(method_key.to_s))
end