108件ヒット
[101-108件を表示]
(0.019秒)
種類
- 特異メソッド (60)
- インスタンスメソッド (48)
ライブラリ
- ビルトイン (108)
クラス
キーワード
-
absolute
_ path (12) -
base
_ label (12) - compile (12)
-
compile
_ option= (12) - label (12)
- new (12)
- of (12)
- path (12)
検索結果
-
RubyVM
:: InstructionSequence . compile _ option=(options) (3030.0) -
命令シーケンスのコンパイル時のデフォルトの最適化オプションを引数 options で指定します。
...compile、.compile_file メソッドの実行の際に option 引数を指定し
た場合はその実行のみ最適化オプションを変更する事もできます。
@see RubyVM::InstructionSequence.new,
RubyVM::InstructionSequence.compile,
RubyVM::InstructionSequence.compile_file...