180件ヒット
[1-100件を表示]
(0.147秒)
別のキーワード
種類
- 特異メソッド (72)
- インスタンスメソッド (36)
- 定数 (36)
- モジュール (24)
- ライブラリ (12)
ライブラリ
-
irb
/ extend-command (168)
モジュール
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (120)
キーワード
- ContextExtender (12)
- ExtendCommandBundle (12)
-
NO
_ OVERRIDE (12) -
OVERRIDE
_ ALL (12) -
OVERRIDE
_ PRIVATE _ ONLY (12) -
def
_ extend _ command (24) -
extend
_ object (12) -
install
_ alias _ method (12) -
install
_ extend _ commands (24) -
irb
_ context (12) -
irb
_ exit (12) -
irb
_ original _ method _ name (12)
検索結果
先頭5件
-
irb
/ extend-command (44000.0) -
irb を拡張するためのサブライブラリです。
...irb を拡張するためのサブライブラリです。... -
IRB
:: ExtendCommandBundle . extend _ object(obj) -> IRB :: ExtendCommandBundle (14200.0) -
IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを obj に定義します。
...IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを
obj に定義します。
@param obj IRB::ExtendCommandBundle を extend したオブジェクト... -
IRB
:: ExtendCommandBundle # irb _ context -> IRB :: Context (14100.0) -
現在の irb に関する IRB::Context を返します。
...現在の irb に関する IRB::Context を返します。... -
IRB
:: ExtendCommandBundle # irb _ exit(ret = 0) -> object (14100.0) -
irb を終了します。ret で指定したオブジェクトを返します。
...irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。... -
IRB
:: ExtendCommandBundle . irb _ original _ method _ name(method _ name) -> String (14100.0) -
method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ ラリ内部で使用します。
...method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ
ラリ内部で使用します。
@param method_name メソッド名を Symbol か文字列で指定します。
@see IRB::ExtendCommandBundle#install_alias_method... -
IRB
:: ExtendCommandBundle (14000.0) -
irb のコマンドを拡張するためのモジュールです。
...irb のコマンドを拡張するためのモジュールです。... -
IRB
:: ContextExtender . install _ extend _ commands -> object (11106.0) -
定義済みの拡張を読み込みます。
...ます。
IRB::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtend... -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (11106.0) -
定義済みの拡張を読み込みます。
...irb で以下のメソッドが利用できるようになります。(それぞれ 1 つだけ抜粋)
* irb_current_working_workspace
* irb_change_workspace
* irb_workspaces
* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb_k......ill
* irb_help
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ExtendCommandBundle.install_extend_commands... -
IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object (11100.0) -
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。
...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。
@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま......す。
@param load_file cmd_name で指定したメソッドが定義されたファイル名を指
定します。このファイルは自動的に require されます。
@param aliases cmd_name の別名を Symbol で指定します。複数指定する事ができます。...