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