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