# File lib/Dnsruby/message.rb, line 459 def signed? return (@tsigstate == :Signed || @tsigstate == :Verified || @tsigstate == :Failed) end