class SyntaxTree::YARV::GetInstanceVariable

def call(vm)

def call(vm)
  method = Object.instance_method(:instance_variable_get)
  vm.push(method.bind(vm.frame._self).call(name))
end