class Prism::ImaginaryNode
def ===(other)
Implements case-equality for the node. This is effectively == but without
def ===(other) other.is_a?(ImaginaryNode) && (numeric === other.numeric) end
def ===(other) other.is_a?(ImaginaryNode) && (numeric === other.numeric) end