aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 15:29:31 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 15:29:31 +0000
commitc7e51700ca5060a7d4fbc9f8cd99f8471b5f0935 (patch)
treee20728f772c68aac2253ef7149ed20d5f5975c49 /NEWS
parent4089e7374645bc6201bfb38126d62a3afa87c9e8 (diff)
downloadruby-c7e51700ca5060a7d4fbc9f8cd99f8471b5f0935.tar.gz
follow r53004
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a4a65007aa..597818d99b 100644
--- a/NEWS
+++ b/NEWS
@@ -125,9 +125,9 @@ with all sufficient information, see the ChangeLog file.
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