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