Exception: IRB::IrbSwitchedToCurrentThread

Inherits:
StandardError
  • Object
show all
Defined in:
lib/irb/lc/error.rb,
lib/irb/lc/ja/error.rb

Instance Method Summary collapse

Constructor Details

#initializeIrbSwitchedToCurrentThread

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