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