454件ヒット
[1-100件を表示]
(0.019秒)
別のキーワード
ライブラリ
- ビルトイン (46)
- irb (84)
-
irb
/ cmd / nop (24) -
irb
/ context (12) -
irb
/ ext / save-history (12) -
irb
/ extend-command (72) -
irb
/ frame (36) -
irb
/ help (12) -
irb
/ input-method (48) -
irb
/ inspector (36) -
irb
/ magic-file (36) - pathname (24)
- socket (12)
クラス
-
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) - Pathname (24)
-
RubyVM
:: InstructionSequence (24) - Socket (12)
- TracePoint (12)
モジュール
- IRB (108)
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (48) -
IRB
:: HistorySavingAbility (12) -
RubyVM
:: AbstractSyntaxTree (10)
オブジェクト
-
IRB
:: MagicFile (36)
キーワード
- CurrentContext (12)
-
ENCODING
_ SPEC _ RE (12) - Inspector (12)
- bottom (12)
-
compile
_ file (12) - conf (12)
-
def
_ extend _ command (24) -
def
_ inspector (12) - execute (12)
-
extend
_ object (12) - extended (12)
- gethostbyname (12)
- glob (24)
-
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)
- of (22)
- open (24)
-
print
_ usage (12) - sender (12)
- start (12)
- top (12)
- version (12)
検索結果
先頭5件
-
IRB
. irb _ exit(irb , ret) -> object (23237.0) -
irb を終了します。ret で指定したオブジェクトを返します。
...
irb を終了します。ret で指定したオブジェクトを返します。
@param irb 現在の IRB::Irb オブジェクトを指定します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。... -
IRB
. irb _ abort(irb , exception = Abort) (23227.0) -
実行中の処理を中断します。必ず例外が発生するため、何も返しません。
...例外が発生するため、何も返しません。
@param irb 現在の IRB::Irb オブジェクトを指定します。
@param exception 発生させる例外を指定します。指定しなかった場合は
IRB::Abort が発生します。
@raise exception 引数 exceptio... -
IRB
. irb _ at _ exit -> () (23102.0) -
at_exit で登録された処理を実行します。
at_exit で登録された処理を実行します。
ユーザが直接使用するものではありません。 -
IRB
. CurrentContext -> IRB :: Context (17134.0) -
現在の irb に関する IRB::Context を返します。
...現在の irb に関する IRB::Context を返します。... -
IRB
. start(ap _ path = nil) -> () (17039.0) -
IRB を初期化して、トップレベルの irb を開始します。
...
IRB を初期化して、トップレベルの irb を開始します。
@param ap_path irb コマンドのパスを指定します。... -
IRB
. version -> String (17023.0) -
IRB のバージョンを文字列で返します。
...
IRB のバージョンを文字列で返します。
~/.irbrc などの設定ファイル内で IRB.conf[:VERSION] を設定していた場合は
任意のバージョンを返すように設定できます。... -
IRB
. conf -> Hash (17017.0) -
irb の設定をハッシュで返します。
...
irb の設定をハッシュで返します。... -
IRB
:: ExtendCommandBundle . irb _ original _ method _ name(method _ name) -> String (9124.0) -
method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ ラリ内部で使用します。
...method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ
ラリ内部で使用します。
@param method_name メソッド名を Symbol か文字列で指定します。
@see IRB::ExtendCommandBundle#install_alias_method... -
IRB
. Inspector(inspect , init = nil) -> IRB :: Inspector (9118.0) -
IRB::Inspector オブジェクトを生成します。
...
IRB::Inspector オブジェクトを生成します。
@param inspect 実行結果の出力のための手続きオブジェクトを指定します。
@param init inspect_mode の初期化のための手続きオブジェクトを指定します。
あらかじめ require が必要...