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

[DOC] Singleton.instance [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-06-28 14:37:52 +09:00
parent 2d1728b9ce
commit 023360ee4b
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -170,4 +170,8 @@ module Singleton
##
# :singleton-method: _load
# By default calls instance(). Override to retain singleton state.
##
# :singleton-method: instance
# Returns the singleton instance.
end