37 38 39 40 41 42
# File 'lib/rex/io/stream.rb', line 37 def close self.close_resource = true synchronize_update { super } end