method
load
load(input)
public
Hide source
# File lib/rubygems/safe_yaml.rb, line 34 def self.load input ::YAML.safe_load(input, [::Symbol]) end