# File lib/ftw/websocket.rb, line 121
  def each(&block)
    while true
      block.call(receive)
    end
  end