1件ヒット
[1-1件を表示]
(0.225秒)
ライブラリ
- ビルトイン (1)
検索結果
-
RubyVM
:: InstructionSequence . compile _ option=(options) (54307.0) -
命令シーケンスのコンパイル時のデフォルトの最適化オプションを引数 options で指定します。
...compile、.compile_file メソッドの実行の際に option 引数を指定し
た場合はその実行のみ最適化オプションを変更する事もできます。
@see RubyVM::InstructionSequence.new,
RubyVM::InstructionSequence.compile,
RubyVM::InstructionSequence.compile_file...