1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Remove unused error

https://github.com/ruby/irb/commit/f09a1874b6
This commit is contained in:
st0012 2022-10-02 10:25:55 +01:00 committed by git
parent b97e909ef4
commit 10e830c25b
2 changed files with 0 additions and 10 deletions

View file

@ -48,11 +48,6 @@ module IRB
super("No such job(#{val}).")
end
end
class CantShiftToMultiIrbMode < StandardError
def initialize
super("Can't shift to multi irb mode.")
end
end
class CantChangeBinding < StandardError
def initialize(val)
super("Can't change binding to (#{val}).")

View file

@ -48,11 +48,6 @@ module IRB
super("そのようなジョブ(#{val})はありません.")
end
end
class CantShiftToMultiIrbMode < StandardError
def initialize
super("multi-irb modeに移れません.")
end
end
class CantChangeBinding < StandardError
def initialize(val)
super("バインディング(#{val})に変更できません.")