class SyntaxTree::YARV::Legacy::OptGetInlineCache
def ==(other)
def ==(other) other.is_a?(OptGetInlineCache) && other.label == label && other.cache == cache end
def ==(other) other.is_a?(OptGetInlineCache) && other.label == label && other.cache == cache end