class Sass::Selector::Pseudo

def final?

def final?
  type == :class && FINAL_SELECTORS.include?(name.first)
end