# File lib/sass/selector.rb, line 388
      def final?
        type == :class && FINAL_SELECTORS.include?(name.first)
      end