= private = protected
default_argc_limit(argc)
Set the default value for the :argc_limit option.
See #new(). The initial default value is 256.
# File lib/drb/drb.rb, line 1291 def self.default_argc_limit(argc) @@argc_limit = argc end