# File lib/sass/tree/node.rb, line 123 def ==(other) self.class == other.class && other.children == children end