# File lib/scrubyt/core/scraping/pattern.rb, line 151
    def check_if_shortcut_pattern()
      if @name =~ /.+_url/
        @options[:type] = :attribute
        ['href']
      end
    end