Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/psych.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading