From c53c298222da1d319bf450b27c744fcf6561dad1 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 5 Dec 2024 15:06:23 +0900 Subject: [PATCH] Don't autolink Exception in psych module docs https://docs.ruby-lang.org/en/master/Psych.html#module-Psych-label-Exception+handling --- lib/psych.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/psych.rb b/lib/psych.rb index 05a3f9c9..a95393c2 100644 --- a/lib/psych.rb +++ b/lib/psych.rb @@ -86,7 +86,7 @@ # 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 @@ # # Returns Psych::Nodes::Document # Psych.parse_file('database.yml') # -# ==== Exception handling +# ==== \Exception handling # # begin # # The second argument changes only the exception contents