384件ヒット
[1-100件を表示]
(0.035秒)
クラス
-
IRB
:: Context (12) -
IRB
:: ExtendCommand :: Nop (24) -
IRB
:: FileInputMethod (12) -
IRB
:: Frame (36) -
IRB
:: InputMethod (12) -
IRB
:: Inspector (24) -
IRB
:: ReadlineInputMethod (12) -
IRB
:: StdioInputMethod (12) - XMP (12)
モジュール
- IRB (108)
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (48) -
IRB
:: HistorySavingAbility (12)
オブジェクト
-
IRB
:: MagicFile (36)
キーワード
- CurrentContext (12)
-
ENCODING
_ SPEC _ RE (12) - Inspector (12)
- bottom (12)
- conf (12)
-
def
_ extend _ command (24) -
def
_ inspector (12) - execute (12)
-
extend
_ object (12) - extended (12)
-
install
_ extend _ commands (24) -
irb
_ abort (12) -
irb
_ at _ exit (12) -
irb
_ exit (12) -
irb
_ original _ method _ name (12) -
keys
_ with _ inspector (12) - new (84)
- open (24)
-
print
_ usage (12) - sender (12)
- start (12)
- top (12)
- version (12)
検索結果
先頭5件
-
IRB
. CurrentContext -> IRB :: Context (3.0) -
現在の irb に関する IRB::Context を返します。
...現在の irb に関する IRB::Context を返します。... -
IRB
. conf -> Hash (3.0) -
irb の設定をハッシュで返します。
...
irb の設定をハッシュで返します。... -
IRB
. irb _ abort(irb , exception = Abort) (3.0) -
実行中の処理を中断します。必ず例外が発生するため、何も返しません。
...例外が発生するため、何も返しません。
@param irb 現在の IRB::Irb オブジェクトを指定します。
@param exception 発生させる例外を指定します。指定しなかった場合は
IRB::Abort が発生します。
@raise exception 引数 exceptio... -
IRB
. irb _ at _ exit -> () (3.0) -
at_exit で登録された処理を実行します。
at_exit で登録された処理を実行します。
ユーザが直接使用するものではありません。 -
IRB
. irb _ exit(irb , ret) -> object (3.0) -
irb を終了します。ret で指定したオブジェクトを返します。
...
irb を終了します。ret で指定したオブジェクトを返します。
@param irb 現在の IRB::Irb オブジェクトを指定します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。... -
IRB
. start(ap _ path = nil) -> () (3.0) -
IRB を初期化して、トップレベルの irb を開始します。
...
IRB を初期化して、トップレベルの irb を開始します。
@param ap_path irb コマンドのパスを指定します。... -
IRB
. version -> String (3.0) -
IRB のバージョンを文字列で返します。
...
IRB のバージョンを文字列で返します。
~/.irbrc などの設定ファイル内で IRB.conf[:VERSION] を設定していた場合は
任意のバージョンを返すように設定できます。... -
IRB
. Inspector(inspect , init = nil) -> IRB :: Inspector (2.0) -
IRB::Inspector オブジェクトを生成します。
...
IRB::Inspector オブジェクトを生成します。
@param inspect 実行結果の出力のための手続きオブジェクトを指定します。
@param init inspect_mode の初期化のための手続きオブジェクトを指定します。
あらかじめ require が必要... -
IRB
. print _ usage -> () (2.0) -
irb コマンドのヘルプを表示します。
...
irb コマンドのヘルプを表示します。...