Merge pull request #8013 from Bo98/doc-fixes

Doc fixes
This commit is contained in:
Jonathan Chang 2020-07-16 17:18:43 +10:00 committed by GitHub
commit 958f915118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
require "irb"
# @private
module IRB
@setup_done = false

View File

@ -506,7 +506,7 @@ class CurlDownloadStrategyError < RuntimeError
end
end
# Raised by {#safe_system} in `utils.rb`.
# Raised by {Kernel#safe_system} in `utils.rb`.
class ErrorDuringExecution < RuntimeError
attr_reader :cmd, :status, :output