# File lib/sass/scss/parser.rb, line 1111
      def tok?(rx)
        @scanner.match?(rx)
      end