summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/psych.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 4d11671..42d79ef 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -273,7 +273,6 @@ module Psych
return fallback unless result
result.to_ruby(symbolize_names: symbolize_names, freeze: freeze, strict_integer: strict_integer)
end
- class << self; alias :load :unsafe_load; end
###
# Safely load the yaml string in +yaml+. By default, only the following