156件ヒット
[101-156件を表示]
(0.042秒)
別のキーワード
種類
- インスタンスメソッド (60)
- 特異メソッド (48)
- 定数 (36)
- モジュール (12)
ライブラリ
-
irb
/ ext / use-loader (24) -
irb
/ extend-command (132)
モジュール
-
IRB
:: ExtendCommandBundle (144)
キーワード
-
NO
_ OVERRIDE (12) -
OVERRIDE
_ ALL (12) -
OVERRIDE
_ PRIVATE _ ONLY (12) -
def
_ extend _ command (12) -
extend
_ object (12) -
install
_ alias _ method (12) -
install
_ extend _ commands (12) -
irb
_ context (12) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ original _ method _ name (12) -
irb
_ require (12)
検索結果
先頭5件
-
IRB
:: ExtendCommandBundle . irb _ original _ method _ name(method _ name) -> String (6006.0) -
method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ ラリ内部で使用します。
...method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ
ラリ内部で使用します。
@param method_name メソッド名を Symbol か文字列で指定します。
@see IRB::ExtendCommandBundle#install_alias_method... -
IRB
:: ExtendCommandBundle # irb _ context -> IRB :: Context (6000.0) -
現在の irb に関する IRB::Context を返します。
現在の irb に関する IRB::Context を返します。 -
IRB
:: ExtendCommandBundle # irb _ exit(ret = 0) -> object (6000.0) -
irb を終了します。ret で指定したオブジェクトを返します。
irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。 -
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (6000.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute... -
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (6000.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute...