るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.110秒)

別のキーワード

  1. matrix u
  2. util u
  3. lupdecomposition u
  4. _builtin koi8_u
  5. erb u

ライブラリ

キーワード

検索結果

REXML::Instruction#==(other) -> bool (24113.0)

other と self が同じ 処理命令である場合に真を返します。

...other と self が同じ 処理命令である場合に真を返します。

同じとは、 REXML::Instruction#target と REXML::Instruction#content
が一致することを意味します。

@param other 比較対象...

RubyVM::InstructionSequence#disasm -> String (6007.0)

self が表す命令シーケンスを人間が読める形式の文字列に変換して返します。

...puts RubyVM::InstructionSequence.compile('1 + 2').disasm

出力:

==
disasm: <RubyVM::InstructionSequence:<compiled>@<compiled>>==========
0000 trace 1 ( 1)
0002 putobject 1
0004 putobject 2
0006 opt_plus...
...<ic:1>
0008 leave

@see RubyVM::InstructionSequence.disasm...

RubyVM::InstructionSequence#disassemble -> String (6007.0)

self が表す命令シーケンスを人間が読める形式の文字列に変換して返します。

...puts RubyVM::InstructionSequence.compile('1 + 2').disasm

出力:

==
disasm: <RubyVM::InstructionSequence:<compiled>@<compiled>>==========
0000 trace 1 ( 1)
0002 putobject 1
0004 putobject 2
0006 opt_plus...
...<ic:1>
0008 leave

@see RubyVM::InstructionSequence.disasm...