mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
b97e909ef4
commit
10e830c25b
2 changed files with 0 additions and 10 deletions
|
@ -48,11 +48,6 @@ module IRB
|
||||||
super("No such job(#{val}).")
|
super("No such job(#{val}).")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
class CantShiftToMultiIrbMode < StandardError
|
|
||||||
def initialize
|
|
||||||
super("Can't shift to multi irb mode.")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
class CantChangeBinding < StandardError
|
class CantChangeBinding < StandardError
|
||||||
def initialize(val)
|
def initialize(val)
|
||||||
super("Can't change binding to (#{val}).")
|
super("Can't change binding to (#{val}).")
|
||||||
|
|
|
@ -48,11 +48,6 @@ module IRB
|
||||||
super("そのようなジョブ(#{val})はありません.")
|
super("そのようなジョブ(#{val})はありません.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
class CantShiftToMultiIrbMode < StandardError
|
|
||||||
def initialize
|
|
||||||
super("multi-irb modeに移れません.")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
class CantChangeBinding < StandardError
|
class CantChangeBinding < StandardError
|
||||||
def initialize(val)
|
def initialize(val)
|
||||||
super("バインディング(#{val})に変更できません.")
|
super("バインディング(#{val})に変更できません.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue