12件ヒット
[1-12件を表示]
(0.113秒)
ライブラリ
- ビルトイン (12)
クラス
検索結果
-
RubyVM
:: InstructionSequence # to _ a -> Array (18114.0) -
self の情報を 14 要素の配列にして返します。
...2')
pp iseq.to_a
# ※ Ruby 2.5.0 での実行結果
# => ["YARVInstructionSequence/SimpleDataFormat",
# 2,
# 0,
# 1,
# {:arg_size=>0, :local_size=>2, :stack_max=>2},
# "<compiled>",
# "<compiled>",
# nil,
# 1,
# :top,
# [:num],
# 0,
# [],
# [1,
# [:trace, 1],
# [:putobject_OP_INT2FIX_O_1_C_],
#...