116件ヒット
[1-100件を表示]
(0.042秒)
種類
- インスタンスメソッド (92)
- ライブラリ (12)
- 定数 (12)
ライブラリ
-
irb
/ context (84) -
irb
/ ext / math-mode (8) -
rdoc
/ context (12)
クラス
-
IRB
:: Context (92) -
RDoc
:: Context :: Section (12)
キーワード
-
NO
_ INSPECTING _ IVARS (12) -
_ _ inspect _ _ (12) - inspect? (12)
-
inspect
_ mode (12) -
inspect
_ mode= (12) - irb (12)
- math? (4)
-
math
_ mode (4) -
to
_ s (12)
検索結果
先頭5件
-
IRB
:: Context # inspect -> String (21101.0) -
自身を人間に読みやすい文字列にして返します。
自身を人間に読みやすい文字列にして返します。 -
RDoc
:: Context :: Section # inspect -> String (21101.0) -
自身の情報を人間に読みやすい文字列にして返します。
自身の情報を人間に読みやすい文字列にして返します。 -
IRB
:: Context # inspect? -> bool (9157.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=(opt) (9131.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 _ mode -> object | nil (9113.0) -
実行結果の出力方式を返します。
...実行結果の出力方式を返します。
@see IRB::Context#inspect_mode=... -
IRB
:: Context # _ _ inspect _ _ -> String (9101.0) -
自身を文字列表現にしたオブジェクトを返します。
自身を文字列表現にしたオブジェクトを返します。 -
IRB
:: Context :: NO _ INSPECTING _ IVARS -> [String] (9100.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
IRB
:: Context # to _ s -> String (6001.0) -
自身を人間に読みやすい文字列にして返します。
自身を人間に読みやすい文字列にして返します。 -
IRB
:: Context # math? -> bool (3018.0) -
math_mode が有効かどうかを返します。
...math_mode が有効かどうかを返します。
@see IRB::Context#math_mode=, IRB::Context#inspect?...