[前][次][番号順一覧][スレッド一覧]

ruby-changes:41366

From: nobu <ko1@a...>
Date: Tue, 5 Jan 2016 11:47:29 +0900 (JST)
Subject: [ruby-changes:41366] nobu:r53438 (trunk): Clarify object references example

nobu	2016-01-05 11:47:38 +0900 (Tue, 05 Jan 2016)

  New Revision: 53438

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53438

  Log:
    Clarify object references example
    
    * doc/marshal.rdoc: Clarify object references example, that the
      reference is same object.  [Fix GH-1156]

  Modified files:
    trunk/ChangeLog
    trunk/doc/marshal.rdoc
Index: doc/marshal.rdoc
===================================================================
--- doc/marshal.rdoc	(revision 53437)
+++ doc/marshal.rdoc	(revision 53438)
@@ -134,8 +134,8 @@ object is encountered again.  (The first https://github.com/ruby/ruby/blob/trunk/doc/marshal.rdoc#L134
 "@" represents an object link.  Following the type byte is a long giving the
 index of the object.
 
-For example, the following stream contains an Array of the object
-<code>"hello"</code> twice:
+For example, the following stream contains an Array of the same
+<code>"hello"</code> object twice:
 
   "\004\b[\a\"\nhello@\006"
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53437)
+++ ChangeLog	(revision 53438)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Jan  5 11:47:23 2016  Damir Gaynetdinov  <damir.gaynetdinov@g...>
+
+	* doc/marshal.rdoc: Clarify object references example, that the
+	  reference is same object.  [Fix GH-1156]
+
 Tue Jan  5 05:06:51 2016  Eric Wong  <e@8...>
 
 	* ext/stringio/stringio.c (strio_binmode): implement to set encoding

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]