commit
958f915118
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
require "irb"
|
require "irb"
|
||||||
|
|
||||||
|
# @private
|
||||||
module IRB
|
module IRB
|
||||||
@setup_done = false
|
@setup_done = false
|
||||||
|
|
||||||
|
|||||||
@ -506,7 +506,7 @@ class CurlDownloadStrategyError < RuntimeError
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Raised by {#safe_system} in `utils.rb`.
|
# Raised by {Kernel#safe_system} in `utils.rb`.
|
||||||
class ErrorDuringExecution < RuntimeError
|
class ErrorDuringExecution < RuntimeError
|
||||||
attr_reader :cmd, :status, :output
|
attr_reader :cmd, :status, :output
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user