48件ヒット
[1-48件を表示]
(0.014秒)
種類
- 特異メソッド (24)
- モジュール (12)
- インスタンスメソッド (12)
モジュール
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (12)
キーワード
- ContextExtender (12)
-
def
_ extend _ command (12) -
install
_ extend _ commands (12) -
irb
_ context (12)
検索結果
先頭4件
-
IRB
:: ExtendCommandBundle # irb _ context -> IRB :: Context (6220.0) -
現在の irb に関する IRB::Context を返します。
...現在の irb に関する IRB::Context を返します。... -
IRB
:: ContextExtender (6018.0) -
IRB::Context を拡張するためのモジュールです。
...IRB::Context を拡張するためのモジュールです。... -
IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object (3024.0) -
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。
...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。
@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま... -
IRB
:: ContextExtender . install _ extend _ commands -> object (3008.0) -
定義済みの拡張を読み込みます。
...。
IRB::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def...