22件ヒット
[1-22件を表示]
(0.173秒)
ライブラリ
-
irb
/ input-method (11) -
irb
/ inspector (11)
キーワード
- Inspector (11)
-
STDIN
_ FILE _ NAME (11)
検索結果
-
IRB
:: STDIN _ FILE _ NAME -> "(line)" (12301.0) -
標準入力を使用する際のファイル名を文字列で返します。
標準入力を使用する際のファイル名を文字列で返します。 -
IRB
. Inspector(inspect , init = nil) -> IRB :: Inspector (6501.0) -
IRB::Inspector オブジェクトを生成します。
...
IRB::Inspector オブジェクトを生成します。
@param inspect 実行結果の出力のための手続きオブジェクトを指定します。
@param init inspect_mode の初期化のための手続きオブジェクトを指定します。
あらかじめ require が必要......な場合などに、proc { require "foo" }
といった指定を行います。...