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