method

CurrentContext

v1_8_7_72 - Show latest stable - Class: IRB
CurrentContext()
public

No documentation available.

# File lib/irb/ext/multi-irb.rb, line 143
  def IRB.CurrentContext
    IRB.JobManager.irb(Thread.current).context
  end