# File gofer/messaging/pkg.rb, line 47
    def initialize(topic, subject="", name="")
      @topic = topic
      @subject = subject
      @name = name
    end