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