# File lib/faraday/response/remove_whitespace.rb, line 6
    def parse(body)
      body =~ /^\s+$/ ? "" : body
    end