46 47 48 49 50
# File 'lib/aspen/node.rb', line 46 def ==(other) label == other.label && attributes == other.attributes && nickname == other.nickname end