Faraday::Response::Middleware
# File lib/twitter/rest/response/parse_json.rb, line 19 def on_complete(response) response.body = parse(response.body) if respond_to?(:parse) && !unparsable_status_codes.include?(response.status) end
Generated with the Darkfish Rdoc Generator 2.