method

local_variable_get

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_get(name)
public

No documentation available.

# File lib/irb/workspace.rb, line 92
    def local_variable_get(name)
      @binding.local_variable_get(name)
    end