# File lib/extlib/logger.rb, line 124 def flush return unless @buffer.size > 0 @log.write(@buffer.slice!(0..-1).join) end