るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.013秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:see[x] > クラス:IRB::Context[x] > バージョン:2.1.0[x] > ライブラリ:irb/ext/use-loader[x]

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

キーワード

検索結果

IRB::Context#use_loader -> bool (31.0)

load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。

...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを返します。


@see IRB::Context#use_loader=...

IRB::Context#use_loader=(opt) (31.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 (31.0)

load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。

...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを返します。


@see IRB::Context#use_loader=...