class Sass::Tree::RuleNode
def ==(other)
-
(Boolean)- Whether or not this node and the other object
Parameters:
-
other(Object) -- The object to compare with
def ==(other) self.class == other.class && rules == other.rules && super end