ruby-changes:61630
From: taki <ko1@a...>
Date: Tue, 9 Jun 2020 10:07:37 +0900 (JST)
Subject: [ruby-changes:61630] 8664f19796 (master): [ruby/singleton] Remove unnecessaray space
https://git.ruby-lang.org/ruby.git/commit/?id=8664f19796 From 8664f19796336080de093a75b921aa13fd0db049 Mon Sep 17 00:00:00 2001 From: taki <taki@u...> Date: Sun, 15 Mar 2020 07:20:09 +0900 Subject: [ruby/singleton] Remove unnecessaray space https://github.com/ruby/singleton/commit/b7c583f5cd diff --git a/lib/singleton.rb b/lib/singleton.rb index 8e8a779..32be573 100644 --- a/lib/singleton.rb +++ b/lib/singleton.rb @@ -13,7 +13,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/singleton.rb#L13 # # 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/