zzak 2024-12-05 15:06:23 +09:00 committed by git
parent 7a0f70e3c6
commit 5e838197a3

View File

@ -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