module Enumerable

def without(*elements)

Alias for #excluding.
def without(*elements)
  excluding(*elements)
end