# File gofer/messaging/policy.rb, line 106
  def initialize(producer, tag)
    super(producer)
    @tag = tag
  end