72件ヒット
[1-72件を表示]
(0.077秒)
別のキーワード
ライブラリ
- irb (12)
-
irb
/ cmd / nop (24) -
irb
/ context (12) -
irb
/ extend-command (24)
クラス
-
IRB
:: Context (12) -
IRB
:: ExtendCommand :: Nop (24)
モジュール
- IRB (12)
-
IRB
:: ContextExtender (24)
キーワード
- CurrentContext (12)
-
def
_ extend _ command (12) - execute (12)
-
install
_ extend _ commands (12) - new (24)
検索結果
先頭5件
- IRB
:: Context . new(irb , workspace = nil , input _ method = nil , output _ method = nil) -> IRB :: Context - IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object - IRB
:: ContextExtender . install _ extend _ commands -> object - IRB
. CurrentContext -> IRB :: Context - IRB
:: ExtendCommand :: Nop . execute(conf , *opts) -> ()
-
IRB
:: Context . new(irb , workspace = nil , input _ method = nil , output _ method = nil) -> IRB :: Context (21102.0) -
自身を初期化します。
自身を初期化します。
@param irb IRB::Irb オブジェクトを指定します。
@param workspace IRB::WorkSpace オブジェクトを指定します。省略し
た場合は新しく作成されます。
@param input_method String、IRB::InputMethod のサブクラスの
オブジェクト、nil のいずれかを指定します。
@param output_method IRB::OutputMethod のサブクラスのオブジェクト
... -
IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object (3023.0) -
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。
...
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。
@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま... -
IRB
:: ContextExtender . install _ extend _ commands -> object (3007.0) -
定義済みの拡張を読み込みます。
...す。
IRB::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.... -
IRB
. CurrentContext -> IRB :: Context (118.0) -
現在の irb に関する IRB::Context を返します。
...現在の irb に関する IRB::Context を返します。... -
IRB
:: ExtendCommand :: Nop . execute(conf , *opts) -> () (7.0) -
コマンドを実行します。ユーザが直接使用するものではありません。
...コマンドを実行します。ユーザが直接使用するものではありません。
@param conf IRB::Context オブジェクトを指定します。
@param opts irb 中でコマンドに渡す引数を指定します。... -
IRB
:: ExtendCommand :: Nop . new(conf) -> IRB :: ExtendCommand :: Nop (7.0) -
自身を初期化します。ユーザが直接使用するものではありません。
...自身を初期化します。ユーザが直接使用するものではありません。
@param conf IRB::Context オブジェクトを指定します。...