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