Method: Interscript::Node::Item::Group#==
- Defined in:
- lib/interscript/node/item/group.rb
#==(other) ⇒ Object
72 73 74 |
# File 'lib/interscript/node/item/group.rb', line 72 def ==(other) super && self.children == other.children end |