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

[ruby/singleton] Remove unnecessaray space

https://github.com/ruby/singleton/commit/b7c583f5cd
This commit is contained in:
taki 2020-03-15 07:20:09 +09:00 committed by Hiroshi SHIBATA
parent 1016cff4ff
commit 8664f19796
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -13,7 +13,7 @@
#
# This ensures that only one instance of Klass can be created.
#
# a,b = Klass.instance, Klass.instance
# a,b = Klass.instance, Klass.instance
#
# a == b
# # => true