# File lib/criteria.rb, line 35
    def initialize(field, *args)
      @field = field
      @chain = args
    end