# File lib/rack/response.rb, line 120
      def informational?;      status >= 100 && status < 200;        end