るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.048秒)
トップページ > クエリ:|[x] > クエリ:-[x] > クエリ:disassemble[x]

別のキーワード

  1. _builtin |
  2. ipaddr |
  3. set |
  4. falseclass |
  5. nilclass |

ライブラリ

検索結果

RubyVM::InstructionSequence.disassemble(body) -> String (15225.0)

引数 body で指定したオブジェクトから作成した RubyVM::InstructionSequence オブジェクトを人間が読める形式の文字 列に変換して返します。

...== catch table
|
catch type: redo st: 0000 ed: 0012 sp: 0000 cont: 0000
|
catch type: next st: 0000 ed: 0012 sp: 0000 cont: 0012
|
------------------------------------------------------------------------
local table (size: 2, argc: 0 [opts: 0, rest: -1, post: 0, block: -1] s1)
[ 2] nu...

RubyVM::InstructionSequence.disasm(body) -> String (125.0)

引数 body で指定したオブジェクトから作成した RubyVM::InstructionSequence オブジェクトを人間が読める形式の文字 列に変換して返します。

...== catch table
|
catch type: redo st: 0000 ed: 0012 sp: 0000 cont: 0000
|
catch type: next st: 0000 ed: 0012 sp: 0000 cont: 0012
|
------------------------------------------------------------------------
local table (size: 2, argc: 0 [opts: 0, rest: -1, post: 0, block: -1] s1)
[ 2] nu...