最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.015秒)
トップページ
>
:
require
>
クラス:IRB::Inspector
別のキーワード
kernel require
getoptlong require_order
rubygems/custom_require require
irb/ext/use-loader irb_require
require execute
ライブラリ
irb
/
inspector
(12)
検索結果
先頭1件
IRB
::
Inspector
.
def
_
inspector(key
,
arg = nil) { |v|
.
.
.
} -> object
IRB
::
Inspector
.
def
_
inspector(key
,
arg = nil) { |v|
.
.
.
} -> object
(13.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
特異メソッド
新しい実行結果の出力方式を定義します。
...
め
require
が必要な場合
などに、proc {
require
"foo" } といった指定を行います。
ブロックを指定しない場合には、実行結果の出力のための手続きオ
ブジェクトを指定します。
例.
# .irbrc
IRB::Inspector
.d
...