method

local_variable_set

ruby latest stable - Class: IRB::WorkSpace

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

local_variable_set(name, value)
public

No documentation available.

# File lib/irb/workspace.rb, line 88
    def local_variable_set(name, value)
      @binding.local_variable_set(name, value)
    end