# File lib/dnsruby/resource/DNSKEY.rb, line 112 def sep_key=(on) if (on) @flags |= SEP_KEY else @flags &= (~SEP_KEY) end get_new_key_tag end