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:
parent
e691e671ca
commit
d55c914f0f
Notes:
git
2020-09-11 10:53:21 +09:00
1 changed files with 0 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue