るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.300秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:n[x] > クエリ:r[x] > バージョン:3.1[x] > クエリ:e[x] > クエリ:use_loader?[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

ライブラリ

クラス

検索結果

IRB::Context#use_loader? -> bool (90907.0)

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

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


@see IRB::Context#use_loader=

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

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

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


@see IRB::Context#use_loader=