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:
parent
b97e909ef4
commit
10e830c25b
2 changed files with 0 additions and 10 deletions
|
@ -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…
Reference in a new issue