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