without(*elements)
Alias for #excluding.
# File activesupport/lib/active_support/core_ext/array/access.rb, line 52 def without(*elements) excluding(*elements) end