1件ヒット
[1-1件を表示]
(0.035秒)
ライブラリ
- ビルトイン (1)
検索結果
-
RubyVM
:: InstructionSequence # to _ a -> Array (54379.0) -
self の情報を 14 要素の配列にして返します。
...ンスを構成する命令とオペランドの配列の配列。
//emlist[例][ruby]{
require 'pp'
iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
pp iseq.to_a
# ※ Ruby 2.5.0 での実行結果
# => ["YARVInstructionSequence/SimpleDataFormat",
# 2,
# 0,
# 1,
# {:arg_size=>0, :local_...