summaryrefslogtreecommitdiff
path: root/spec/ruby/core/basicobject/instance_exec_spec.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2024-12-11 01:42:57 +0900
committerKazuki Yamaguchi <k@rhe.jp>2024-12-22 03:33:03 +0900
commit486246209777ca36cd7d2620368c5b455f113910 (patch)
tree911646650fc70e54d15f83bd3594b0c833aef6f9 /spec/ruby/core/basicobject/instance_exec_spec.rb
parent9de2b407d7034b81963f8c5663233d353356d6cc (diff)
[ruby/openssl] digest: remove optional parameter from OpenSSL::Digest#finish
OpenSSL::Digest#finish overrides Digest::Instance#finish and is called from the Digest::Class framework in the digest library. This method is not supposed to take any arguments, as suggested by the RDoc comment for Digest::Instance#finish. It is a private method and not exposed to users. Let's remove it. This optional parameter exists since r15602 in Ruby trunk, the commit which converted OpenSSL::Digest to a subclass of Digest::Class. https://github.com/ruby/openssl/commit/dcb2a4f30b
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12421
Diffstat (limited to 'spec/ruby/core/basicobject/instance_exec_spec.rb')
0 files changed, 0 insertions, 0 deletions