# File lib/active_record/dynamic_scope_match.rb, line 15
    def initialize(scope, attribute_names)
      @scope           = scope
      @attribute_names = attribute_names
    end