# File lib/active_record/dynamic_finder_match.rb, line 29
    def finder?
      !@finder.nil? && @instantiator.nil?
    end