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