# File lib/edi4r.rb, line 587
    def add (msg)
      raise "Only Messages allowed here" unless msg.is_a? Message
      super
    end