るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.101秒)
トップページ > クエリ:l[x] > クエリ:-[x] > クエリ:TEXT[x] > バージョン:2.3.0[x] > クエリ:use_loader?[x]

別のキーワード

  1. openssl to_text
  2. prettyprint text
  3. cgi text_field
  4. rexml/document text
  5. cgi/html text_field

ライブラリ

クラス

検索結果

IRB::Context#use_loader? -> bool (72904.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 (27604.0)

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

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


@see IRB::Context#use_loader=