class Roadie::Selector

def specificity

Returns the specificity of the selector, calculating it if needed.
def specificity
  @specificity ||= CssParser.calculate_specificity selector
end