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.



56
57
58
# File 'lib/irb/lc/error.rb', line 56

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