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:
parent
1016cff4ff
commit
8664f19796
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue