From b7efe244cd1fa7246ab9d28da697068a9a680230 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Mar 2005 14:52:59 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/singleton.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/singleton.rb') diff --git a/lib/singleton.rb b/lib/singleton.rb index 18fda0bc58..0ab8517275 100644 --- a/lib/singleton.rb +++ b/lib/singleton.rb @@ -16,11 +16,11 @@ # * ``The instance'' is created at instantiation time, in other # words the first call of Klass.instance(), thus # -# class OtherKlass +# class OtherKlass # include Singleton # # ... -# end -# ObjectSpace.each_object(OtherKlass){} # => 0. +# end +# ObjectSpace.each_object(OtherKlass){} # => 0. # # * This behavior is preserved under inheritance and cloning. # -- cgit v1.2.3