# File lib/dnsruby/resource/NSEC3.rb, line 183
      def flags=(f)
        if f == 0 || f == OPT_OUT
          @flags = f
        else
          raise DecodeError.new("Unknown NSEC3 flags field - #{f}")
        end
      end