class SyntaxTree::YARV::Legacy::OptSetInlineCache

def ==(other)

def ==(other)
  other.is_a?(OptSetInlineCache) && other.cache == cache
end