class DRb::DRbServer

def self.default_argc_limit(argc)

See #new(). The initial default value is 256.

Set the default value for the :argc_limit option.
def self.default_argc_limit(argc)
  @@argc_limit = argc
end