method

CurrentContext

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

No documentation available.

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