# File lib/dnsruby/resource/NSEC.rb, line 63
      def types=(t)
        @types = (t && t.length > 0) ? NSEC.get_types(t) : []
      end