class SyntaxTree::YARV::SetInstanceVariable

def call(vm)

def call(vm)
  method = Object.instance_method(:instance_variable_set)
  method.bind(vm.frame._self).call(name, vm.pop)
end