summaryrefslogtreecommitdiff
path: root/lib/irb/lc/ja
diff options
context:
space:
mode:
authortomoya ishida <tomoyapenguin@gmail.com>2024-02-22 22:16:41 +0900
committergit <svn-admin@ruby-lang.org>2024-02-22 13:16:46 +0000
commit88431c47baccff2b5b5e12d059f0cb1f12ef29d1 (patch)
treef7eda826bfc08aaf1092ee414481432670bb4be9 /lib/irb/lc/ja
parent183c574d54c000e77004b5873ba2c492e4819853 (diff)
[ruby/irb] Delete IRB::NotImplementedError
(https://github.com/ruby/irb/pull/878) https://github.com/ruby/irb/commit/6751778948
Diffstat (limited to 'lib/irb/lc/ja')
-rw-r--r--lib/irb/lc/ja/error.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/irb/lc/ja/error.rb b/lib/irb/lc/ja/error.rb
index 50d72c4a10..756b8b9afb 100644
--- a/lib/irb/lc/ja/error.rb
+++ b/lib/irb/lc/ja/error.rb
@@ -12,11 +12,6 @@ module IRB
super("スイッチ(#{val})が分りません")
end
end
- class NotImplementedError < StandardError
- def initialize(val)
- super("`#{val}'の定義が必要です")
- end
- end
class CantReturnToNormalMode < StandardError
def initialize
super("Normalモードに戻れません.")