# File lib/dnsruby/message/message.rb, line 385 def signed? @tsigstate == :Signed || @tsigstate == :Verified || @tsigstate == :Failed end