method
key?
rails latest stable - Class:
ActiveModel::LazyAttributeHash
key?(key)public
No documentation available.
# File activemodel/lib/active_model/attribute_set/builder.rb, line 106
def key?(key)
delegate_hash.key?(key) || values.key?(key) || types.key?(key)
end