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