There's no documentation for this item.
Source Code
# File breakpoint.rb, line 484 def IRB.CurrentContext if old_CurrentContext.nil? and Breakpoint.use_drb? then result = Object.new def result.last_value; end return result else old_CurrentContext end end
<code/>and<pre/>for code samples.