class Rackup::Stream

def closed?

Whether the stream has been closed.
def closed?
  @closed
end