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