mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
eba90bc034
commit
ef2cf9245c
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ module Psych
|
||||||
return fallback unless result
|
return fallback unless result
|
||||||
result.to_ruby(symbolize_names: symbolize_names, freeze: freeze)
|
result.to_ruby(symbolize_names: symbolize_names, freeze: freeze)
|
||||||
end
|
end
|
||||||
class << self; alias :load :unsafe_load; end
|
|
||||||
|
|
||||||
###
|
###
|
||||||
# Safely load the yaml string in +yaml+. By default, only the following
|
# Safely load the yaml string in +yaml+. By default, only the following
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue