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.
42 43 44 |
# File 'lib/irb/lc/error.rb', line 42 def initialize super("Switched to current thread.") end |