= private = protected
irb(key)
Returns the irb session for the given key object, see #search for more information.
# File lib/irb/ext/multi-irb.rb, line 41 def irb(key) _, irb = search(key) irb end