# File lib/scrubyt/core/scraping/pattern.rb, line 162
    def check_if_detail_page(block)
      if @name =~ /.+_detail/
        @options[:type] = :detail_page
        @referenced_extractor = block
      end
    end