Exception: IRB::IrbSwitchedToCurrentThread
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
StandardError
|
|
Instance Chain:
self,
StandardError
|
|
Inherits: |
StandardError
|
Defined in: | lib/irb/lc/error.rb, lib/irb/lc/ja/error.rb |
Class Method Summary
- .new ⇒ IrbSwitchedToCurrentThread constructor
Instance Method Summary
- #initialize ⇒ IrbSwitchedToCurrentThread constructor
Constructor Details
.new ⇒ IrbSwitchedToCurrentThread
# File 'lib/irb/lc/error.rb', line 41
def initialize super("Switched to current thread.") end
#initialize ⇒ IrbSwitchedToCurrentThread
# File 'lib/irb/lc/ja/error.rb', line 41
def initialize super("カレントスレッドに切り替わりました.") end