# File lib/rack/chunked.rb, line 33
      def close
        @body.close if @body.respond_to?(:close)
      end