We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c75e03 commit f09a187Copy full SHA for f09a187
lib/irb/lc/error.rb
@@ -48,11 +48,6 @@ def initialize(val)
48
super("No such job(#{val}).")
49
end
50
51
- class CantShiftToMultiIrbMode < StandardError
52
- def initialize
53
- super("Can't shift to multi irb mode.")
54
- end
55
56
class CantChangeBinding < StandardError
57
def initialize(val)
58
super("Can't change binding to (#{val}).")
lib/irb/lc/ja/error.rb
super("そのようなジョブ(#{val})はありません.")
- super("multi-irb modeに移れません.")
super("バインディング(#{val})に変更できません.")
0 commit comments