# File lib/cabin/subscriber.rb, line 9
  def <<(data)
    @output << data
  end