[ruby/weakref] [DOC] Missing documents

https://github.com/ruby/weakref/commit/cccde64080
This commit is contained in:
Nobuyoshi Nakada 2025-11-10 18:57:37 +09:00 committed by git
parent ae0dd72b96
commit d2044ce017

View File

@ -17,6 +17,7 @@ require "delegate"
#
class WeakRef < Delegator
# The version string
VERSION = "0.1.4"
##