# File lib/criteria/file.rb, line 32
    def initialize(*args)
      super

      @order  = :asc
      @limit  = -1
      @offset = -1
    end