Flowdock
method

safe_load

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: SafeYAML
safe_load(input) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/safe_yaml.rb, line 30
      def self.safe_load input
        ::YAML.safe_load(input, WHITELISTED_CLASSES, WHITELISTED_SYMBOLS, true)
      end
Register or log in to add new notes.