git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-12-09 00:20:57 +00:00
Родитель ec74d507fe
Коммит a78023c118
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -122,7 +122,7 @@ with all sufficient information, see the ChangeLog file.
* RubyVM::InstructionSequence
* add the following methods as a primitive tool of iseq loader.
See sample/iseq_loader.rb for usage.
[Feature #11788]
[Feature #11788] (experimental feature)
* RubyVM::InstructionSequence#to_binary_format(extra_data = nil)
* RubyVM::InstructionSequence.from_binary_format(binary)
* RubyVM::InstructionSequence.from_binary_format_extra_data(binary)