Exception: IRB::IllegalRCGenerator

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

Instance Method Summary collapse

Constructor Details

#initializeIllegalRCGenerator

Returns a new instance of IllegalRCGenerator.



66
67
68
# File 'lib/irb/lc/error.rb', line 66

def initialize
  super("Define illegal RC_NAME_GENERATOR.")
end