class SyntaxTree::YARV::SetInstanceVariable

def to_a(_iseq)

def to_a(_iseq)
  [:setinstancevariable, name, cache]
end