# File lib/httparty/parsers.rb, line 15
    def self.parse(str)
      ::YAML.load(str)
    end