class IO::Stream::Generic
def close
def close return if closed? begin flush rescue # We really can't do anything here unless we want #close to raise exceptions. ensure self.sysclose end end
def close return if closed? begin flush rescue # We really can't do anything here unless we want #close to raise exceptions. ensure self.sysclose end end