Exception: IRB::IrbSwitchedToCurrentThread
- Defined in:
- lib/irb/lc/error.rb,
lib/irb/lc/ja/error.rb more...
Instance Method Summary collapse
-
#initialize ⇒ IrbSwitchedToCurrentThread
constructor
A new instance of IrbSwitchedToCurrentThread.
Constructor Details
permalink #initialize ⇒ IrbSwitchedToCurrentThread
Returns a new instance of IrbSwitchedToCurrentThread.
31 32 33 |
# File 'lib/irb/lc/error.rb', line 31 def initialize super("Switched to current thread.") end |