= private = protected
verbose=(on)
Set the default value of the :verbose option.
See #new(). The initial default value is false.
# File lib/drb/drb.rb, line 1266 def self.verbose=(on) @@verbose = on end