Exception: IRB::CantReturnToNormalMode

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

Instance Method Summary collapse

Constructor Details

#initializeCantReturnToNormalMode

Returns a new instance of CantReturnToNormalMode.

[View source]

21
22
23
# File 'lib/irb/lc/error.rb', line 21

def initialize
  super("Can't return to normal mode.")
end