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