25 26 27
# File 'lib/everywhere/chain.rb', line 25 def not(opts, *rest) extend(NotBuilder).where(opts, *rest).dup end