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