We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
keys.includes? → has_key? — Use has_key? instead of .keys.includes? to check key existence without allocating an array.
has_key?
.keys.includes?
hash.keys.includes?(:foo)
There was an error while loading. Please reload this page.