Faraday::Response::Middleware
# File lib/faraday/response/remove_whitespace.rb, line 5 def parse(body) body =~ /^\s+$/ ? "" : body end
[Validate]
Generated with the Darkfish Rdoc Generator 2.