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