[ruby/irb] Remove unused error
https://github.com/ruby/irb/commit/f09a1874b6
This commit is contained in:
parent
b97e909ef4
commit
10e830c25b
@ -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}).")
|
||||
|
@ -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})に変更できません.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user