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