別のキーワード
種類
- インスタンスメソッド (48)
- ライブラリ (48)
- クラス (12)
- 特異メソッド (12)
- モジュール (12)
ライブラリ
-
irb
/ cmd / load (12) -
irb
/ ext / loader (12) -
irb
/ ext / use-loader (48) -
irb
/ extend-command (12)
クラス
-
IRB
:: Context (36)
モジュール
キーワード
- IrbLoader (12)
- Require (12)
-
install
_ extend _ commands (12) - irb (12)
-
irb
/ cmd / load (12) -
irb
/ ext / loader (12) -
irb
/ ext / use-loader (12) -
use
_ loader (12) -
use
_ loader= (12) -
use
_ loader? (12)
検索結果
先頭5件
-
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (18117.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute... -
IRB
:: Context # use _ loader -> bool (16.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) (16.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを設定します。
...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを設定します。
.irbrc ファイル中で IRB.conf[:USE_LOADER] を設定する事でも同様の事が行
えます。
デフォルト値は false です。
@see IRB::Context#... -
IRB
:: Context # use _ loader? -> bool (16.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。
...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを返します。
@see IRB::Context#use_loader=... -
IRB
:: ExtendCommand :: Require (16.0) -
irb 中の irb_require コマンドのための拡張を定義したクラスです。
...irb 中の irb_require コマンドのための拡張を定義したクラスです。... -
IRB
:: IrbLoader (16.0) -
load または require 時の irb のファイル読み込み機能(irb_load、 irb_require)を定義するモジュールです。
...load または require 時の irb のファイル読み込み機能(irb_load、
irb_require)を定義するモジュールです。
ユーザが直接使用するものではありません。... -
irb
/ cmd / load (16.0) -
irb 中の irb_load、irb_require、irb_source コマンドのための拡張を定義し たサブライブラリです。
...irb 中の irb_load、irb_require、irb_source コマンドのための拡張を定義し
たサブライブラリです。
このライブラリで定義されているメソッドはユーザが直接使用するものではあ
りません。... -
irb
/ ext / loader (16.0) -
load または require 時の irb のファイル読み込み機能(irb_load、 irb_require)を定義するサブライブラリです。
...load または require 時の irb のファイル読み込み機能(irb_load、
irb_require)を定義するサブライブラリです。
このライブラリで定義されているメソッドはユーザが直接使用するものではあ
りません。irb/cmd/load や irb/ext/use-loader か... -
irb
/ ext / use-loader (16.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うように設定する機能を提供するサブライブラリです。
...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うように設定する機能を提供するサブライブラリです。
このライブラリで定義されているメソッドはユーザが直接使用するものではありません。...