class SyntaxTree::YARV::SetInstanceVariable
def ==(other)
def ==(other) other.is_a?(SetInstanceVariable) && other.name == name && other.cache == cache end
def ==(other) other.is_a?(SetInstanceVariable) && other.name == name && other.cache == cache end