= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
verbose=(v)
Set whether to operate in verbose mode.
In verbose mode, failed calls are logged to stdout.
# File lib/drb/drb.rb, line 1447 def verbose=(v); @config[:verbose]=v; end