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