# File lib/dnsruby/message/message.rb, line 356
    def tsig
      if @additional.last
        if @additional.last.rr_type == Types.TSIG
          return @additional.last
        end
      end
      nil
    end