1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed DRb.default_safe_level and DRb#safe_level

This commit is contained in:
Hiroshi SHIBATA 2020-09-10 21:07:41 +09:00
parent e691e671ca
commit d55c914f0f
Notes: git 2020-09-11 10:53:21 +09:00

View file

@ -1382,10 +1382,6 @@ module DRb
@@idconv = idconv
end
def self.default_safe_level(level) # :nodoc:
# Remove in Ruby 3.0
end
# Set the default value of the :verbose option.
#
# See #new(). The initial default value is false.
@ -1495,11 +1491,6 @@ module DRb
# The configuration of this DRbServer
attr_reader :config
def safe_level # :nodoc:
# Remove in Ruby 3.0
0
end
# Set whether to operate in verbose mode.
#
# In verbose mode, failed calls are logged to stdout.