Parent

Methods

Faraday::Response::ParseYaml

Public Instance Methods

parse(body) click to toggle source
# File lib/faraday/response/parse_yaml.rb, line 7
def parse(body)
  ::YAML.load(body)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.