# File lib_core/rucy/writer.rb, line 84 def close unless (@buffer.empty?) then @socket.write(@buffer) end @socket.flush nil end