class IRB::Irb
def suspend_context(context)
def suspend_context(context) @context, back_context = context, @context begin yield back_context ensure @context = back_context end end
def suspend_context(context) @context, back_context = context, @context begin yield back_context ensure @context = back_context end end