48件ヒット
[1-48件を表示]
(0.135秒)
別のキーワード
種類
- インスタンスメソッド (36)
- 特異メソッド (12)
ライブラリ
-
irb
/ ext / use-loader (36) -
irb
/ extend-command (12)
クラス
-
IRB
:: Context (36)
モジュール
-
IRB
:: ContextExtender (12)
キーワード
-
install
_ extend _ commands (12) -
use
_ loader= (12) -
use
_ loader? (12)
検索結果
先頭4件
-
IRB
:: Context # use _ loader -> bool (21108.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。
...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを返します。
@see IRB::Context#use_loader=... -
IRB
:: ContextExtender . install _ extend _ commands -> object (15106.0) -
定義済みの拡張を読み込みます。
...::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_... -
IRB
:: Context # use _ loader=(opt) (9213.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを設定します。
...は require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを設定します。
.irbrc ファイル中で IRB.conf[:USE_LOADER] を設定する事でも同様の事が行
えます。
デフォルト値は false です。
@see IRB::Context#use_loader?... -
IRB
:: Context # use _ loader? -> bool (9108.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。
...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを返します。
@see IRB::Context#use_loader=...