5296 5297 5298
# File 'lib/syntax_tree/node.rb', line 5296 def ===(other) other.is_a?(ExcessedComma) && value === other.value end