12件ヒット
[1-12件を表示]
(0.005秒)
ライブラリ
-
irb
/ context (12)
検索結果
-
IRB
:: Context # inspect _ mode=(opt) (7.0) -
実行結果の出力方式を opt に設定します。
..., :pretty_inspect
出力結果を pretty_inspect したものを表示します。
: :yaml, :YAML
出力結果を YAML 形式にしたものを表示します。
: :marshal, :Marshal, :MARSHAL, Marshal
出力結果を Marshal.#dump したものを表示します。
@see lib:irb#inspect_mode...