# File lib/sass/tree/prop_node.rb, line 63 def ==(other) self.class == other.class && name == other.name && value == other.value && super end