84件ヒット
[1-84件を表示]
(0.013秒)
種類
- インスタンスメソッド (72)
- 定数 (12)
クラス
-
IRB
:: Context (84)
キーワード
-
NO
_ INSPECTING _ IVARS (12) -
_ _ inspect _ _ (12) - inspect? (12)
-
inspect
_ mode (12) -
inspect
_ mode= (12) -
to
_ s (12)
検索結果
先頭5件
-
IRB
:: Context # inspect -> String (18103.0) -
自身を人間に読みやすい文字列にして返します。
自身を人間に読みやすい文字列にして返します。 -
IRB
:: Context # inspect _ mode=(opt) (6133.0) -
実行結果の出力方式を opt に設定します。
...false, :to_s, :raw
出力結果を to_s したものを表示します。
: true, :p, :inspect
出力結果を inspect したものを表示します。
: :pp, :pretty_inspect
出力結果を pretty_inspect したものを表示します。
: :yaml, :YAML
出力結果を YAML 形式にした......ものを表示します。
: :marshal, :Marshal, :MARSHAL, Marshal
出力結果を Marshal.#dump したものを表示します。
@see lib:irb#inspect_mode... -
IRB
:: Context # inspect? -> bool (6131.0) -
IRB::Context#inspect_mode が有効かどうかを返します。
...IRB::Context#inspect_mode が有効かどうかを返します。
@return 出力結果に to_s したものを表示する場合は false を返します。それ
以外の場合は true を返します。
@see IRB::Context#inspect_mode, IRB::Context#inspect_mode=... -
IRB
:: Context # inspect _ mode -> object | nil (6109.0) -
実行結果の出力方式を返します。
...実行結果の出力方式を返します。
@see IRB::Context#inspect_mode=... -
IRB
:: Context # _ _ inspect _ _ -> String (6103.0) -
自身を文字列表現にしたオブジェクトを返します。
自身を文字列表現にしたオブジェクトを返します。 -
IRB
:: Context :: NO _ INSPECTING _ IVARS -> [String] (6102.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
IRB
:: Context # to _ s -> String (3003.0) -
自身を人間に読みやすい文字列にして返します。
自身を人間に読みやすい文字列にして返します。