Module: HTTParty::Yaml

Defined in:
lib/httparty/parsers.rb

Class Method Summary collapse

Class Method Details

.parse(str) ⇒ Object



15
16
17
# File 'lib/httparty/parsers.rb', line 15

def self.parse(str)
  ::YAML.load(str)
end