Module: Capture::TableCapture::ArrayHashOverloadExtension
- Defined in:
- lib/rpeg/captures.rb
Overview
Technique from stackoverflow.com/a/61438012/1299011
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
118 119 120 121 122 |
# File 'lib/rpeg/captures.rb', line 118 def ==(other) return (other == self) if other.is_a?(TableCapture) super end |