# File lib/plucky/criteria_hash.rb, line 26
    def initialize(hash={}, options={})
      @source, @options = {}, options
      hash.each { |key, value| self[key] = value }
    end