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

ruby-changes:40929

From: kazu <ko1@a...>
Date: Thu, 10 Dec 2015 00:29:57 +0900 (JST)
Subject: [ruby-changes:40929] kazu:r53008 (trunk): follow r53004

kazu	2015-12-10 00:29:31 +0900 (Thu, 10 Dec 2015)

  New Revision: 53008

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

  Log:
    follow r53004

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 53007)
+++ NEWS	(revision 53008)
@@ -125,9 +125,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L125
     Note that loader does not have verifier so it is easy to cause
     critical problem by loading modified/broken binary data.
     See [Feature #11788] for more details. (experimental feature)
-    * RubyVM::InstructionSequence#to_binary_format(extra_data = nil)
-    * RubyVM::InstructionSequence.from_binary_format(binary)
-    * RubyVM::InstructionSequence.from_binary_format_extra_data(binary)
+    * RubyVM::InstructionSequence#to_binary(extra_data = nil)
+    * RubyVM::InstructionSequence.load_from_binary(binary)
+    * RubyVM::InstructionSequence.load_from_binary_extra_data(binary)
 
 * String
 

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

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