# File lib/ambition/lib/ambition/where.rb, line 21
    def initialize(owner, block)
      super()
      @receiver    = nil
      @owner       = owner
      @table_name  = owner.table_name
      @block       = block
      @key         = :conditions
      @includes    = []
    end