# File lib/cabin/publisher.rb, line 17
  def publish(object)
    @channel << object
  end