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