# File lib/bacon.rb, line 300 def not(*args, &block) @negated = !@negated if args.empty? self else be(*args, &block) end end