class Sass::Selector::Pseudo

def specificity

Other tags:
    See: AbstractSequence#specificity -
def specificity
  type == :class ? SPECIFICITY_BASE : 1
end