# File lib/Dnsruby/Recursor.rb, line 360 def recursion_callback=(sub) # if (sub && UNIVERSAL::isa(sub, 'CODE')) @callback = sub # end end