# File lib/Dnsruby/resource/TSIG.rb, line 534 def fudge=(f) if (f < 0 || f > 0x7FFF) @fudge = DEFAULT_FUDGE else @fudge = f end end