Exception: IRB::IllegalRCGenerator
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
|
Defined in: | lib/irb/lc/error.rb, lib/irb/lc/ja/error.rb |
Class Method Summary
- .new ⇒ IllegalRCGenerator constructor
Instance Method Summary
- #initialize ⇒ IllegalRCGenerator constructor
Constructor Details
.new ⇒ IllegalRCGenerator
# File 'lib/irb/lc/error.rb', line 66
def initialize super("Define illegal RC_NAME_GENERATOR.") end
#initialize ⇒ IllegalRCGenerator
# File 'lib/irb/lc/ja/error.rb', line 66
def initialize super("RC_NAME_GENERATORが正しく定義されていません.") end