Method: Interscript::Node::Item::CaptureGroup#==

Defined in:
lib/interscript/node/item/capture.rb

#==(other) ⇒ Object



26
27
28
# File 'lib/interscript/node/item/capture.rb', line 26

def ==(other)
  super && self.data == other.data
end