41 42 43
# File 'lib/rubygems/safe_yaml.rb', line 41 def self.load(input) ::Psych.safe_load(input, permitted_classes: [::Symbol]) end