# File lib/bacon.rb, line 294
  def initialize(object)
    @object = object
    @negated = false
  end