Method: Aspen::Node#==

Defined in:
lib/aspen/node.rb

#==(other) ⇒ Object



46
47
48
49
50
# File 'lib/aspen/node.rb', line 46

def ==(other)
  label      == other.label &&
  attributes == other.attributes &&
  nickname   == other.nickname
end