24件ヒット
[1-24件を表示]
(0.010秒)
クラス
- Object (24)
キーワード
-
pretty
_ inspect (12) -
pretty
_ print _ inspect (12)
検索結果
-
Object
# pretty _ inspect -> String (6102.0) -
self を pp で表示したときの結果を文字列として返します。
...self を pp で表示したときの結果を文字列として返します。... -
Object
# pretty _ print _ inspect -> String (6102.0) -
Object#pretty_print を使って Object#inspect と同様に オブジェクトを人間が読める形式に変換した文字列を返します。
...Object#pretty_print を使って Object#inspect と同様に
オブジェクトを人間が読める形式に変換した文字列を返します。
出力する全てのオブジェクトに Object#pretty_print が定義されている必要があります。
そうでない場合には RuntimeEr...