# File lib/Dnsruby/message.rb, line 465
    def get_opt
      each_additional do |r|
        if (r.type == Types::OPT)
          return r
        end
      end
      return nil
    end