# File lib/em/buftok.rb, line 100
  def flush
    buffer = @input.join
    @input.clear
    buffer
  end