123456789_123456789_123456789_123456789_123456789_

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
  • ::Object
Defined in: lib/irb/lc/error.rb,
lib/irb/lc/ja/error.rb

Class Method Summary

Instance Method Summary

Constructor Details

.newIrbSwitchedToCurrentThread

[ GitHub ]

  
# File 'lib/irb/lc/error.rb', line 41

def initialize
  super("Switched to current thread.")
end

#initializeIrbSwitchedToCurrentThread

[ GitHub ]

  
# File 'lib/irb/lc/ja/error.rb', line 41

def initialize
  super("カレントスレッドに切り替わりました.")
end