instance method
without
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
without(*elements)
Alias for #excluding.
Parameters
-
elementsrest
Source
# File activesupport/lib/active_support/core_ext/array/access.rb, line 52
def without(*elements)
excluding(*elements)
end
Defined in activesupport/lib/active_support/core_ext/array/access.rb line 52
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Array