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