Method: Enumerable#where_not

Defined in:
lib/hobosupport/enumerable.rb

#where_notObject



62
63
64
# File 'lib/hobosupport/enumerable.rb', line 62

def where_not
  MultiSender.new(self, :reject)
end