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

      nil
    end