simple_selector(statement, values, can_negate = true)
Instance Protected methods
Creates a simple selector given the statement and array of substitution values.
Returns a hash with the values tag_name
,
attributes
, pseudo
(classes) and
negation
.
Called the first time with can_negate
true to allow negation.
Called a second time with false since negation cannot be negated.
Please login to continue.