class ActiveModel::LazyAttributeHash

def each_key(&block)

def each_key(&block)
  keys = types.keys | values.keys | delegate_hash.keys
  keys.each(&block)
end