[ruby/psych] Don't autolink Exception in psych module docs
https://docs.ruby-lang.org/en/master/Psych.html#module-Psych-label-Exception+handling https://github.com/ruby/psych/commit/c53c298222
This commit is contained in:
parent
7a0f70e3c6
commit
5e838197a3
@ -86,7 +86,7 @@ require_relative 'psych/class_loader'
|
||||
# Psych.safe_load_file("data.yml", permitted_classes: [Date])
|
||||
# Psych.load_file("trusted_database.yml")
|
||||
#
|
||||
# ==== Exception handling
|
||||
# ==== \Exception handling
|
||||
#
|
||||
# begin
|
||||
# # The second argument changes only the exception contents
|
||||
@ -150,7 +150,7 @@ require_relative 'psych/class_loader'
|
||||
# # Returns Psych::Nodes::Document
|
||||
# Psych.parse_file('database.yml')
|
||||
#
|
||||
# ==== Exception handling
|
||||
# ==== \Exception handling
|
||||
#
|
||||
# begin
|
||||
# # The second argument changes only the exception contents
|
||||
|
Loading…
x
Reference in New Issue
Block a user