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