# File lib/faraday/response/parse_marshal.rb, line 6
def
parse
(
body
)
::
Marshal
.
load
(
body
)
end