Parent

Methods

Faraday::Response::ParseMarshal

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.