# File lib/dnsruby/dnssec.rb, line 277 def self.validate_with_anchors(msg, query) return @@anchor_verifier.validate(msg, query) end