Server IP : 66.29.132.122 / Your IP : 3.149.26.47 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby22/lib64/ruby/2.2.0/irb/lc/ja/ |
Upload File : |
# -*- coding: utf-8 -*- # irb/lc/ja/error.rb - # $Release Version: 0.9.6$ # $Revision: 38600 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # require "e2mmap" # :stopdoc: module IRB # exceptions extend Exception2MessageMapper def_exception :UnrecognizedSwitch, 'スイッチ(%s)が分りません' def_exception :NotImplementedError, '`%s\'の定義が必要です' def_exception :CantReturnToNormalMode, 'Normalモードに戻れません.' def_exception :IllegalParameter, 'パラメータ(%s)が間違っています.' def_exception :IrbAlreadyDead, 'Irbは既に死んでいます.' def_exception :IrbSwitchedToCurrentThread, 'カレントスレッドに切り替わりました.' def_exception :NoSuchJob, 'そのようなジョブ(%s)はありません.' def_exception :CantShiftToMultiIrbMode, 'multi-irb modeに移れません.' def_exception :CantChangeBinding, 'バインディング(%s)に変更できません.' def_exception :UndefinedPromptMode, 'プロンプトモード(%s)は定義されていません.' def_exception :IllegalRCNameGenerator, 'RC_NAME_GENERATORが正しく定義されていません.' end # :startdoc: # vim:fileencoding=utf-8