416件ヒット
[401-416件を表示]
(0.039秒)
別のキーワード
種類
- インスタンスメソッド (192)
- 特異メソッド (116)
- モジュール関数 (108)
ライブラリ
- ビルトイン (240)
- bigdecimal (12)
- delegate (12)
-
irb
/ context (12) - json (12)
-
net
/ telnet (4) - psych (103)
-
yaml
/ store (21)
クラス
- BigDecimal (12)
- Class (12)
- Delegator (12)
-
Encoding
:: Converter (72) -
IRB
:: Context (12) -
Net
:: Telnet (4) - Object (84)
-
Psych
:: Visitors :: YAMLTree (12) - Random (12)
-
YAML
:: Store (21)
キーワード
-
_ dump (12) -
_ load (24) - clone (12)
- convert (12)
-
dump
_ stream (12) - dup (12)
-
insert
_ output (12) -
inspect
_ mode= (12) - load (12)
-
marshal
_ load (36) - new (37)
-
primitive
_ convert (48) -
psych
_ to _ yaml (12) - restore (12)
-
safe
_ load (19) - spawn (48)
-
to
_ yaml (12) -
yaml
_ tag (12)
検索結果
-
Delegator
# marshal _ load(obj) -> object (12.0) -
シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。
...シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。
@param obj Delegator#marshal_dumpの戻り値のコピー... -
IRB
:: Context # inspect _ mode=(opt) (12.0) -
実行結果の出力方式を opt に設定します。
...実行結果の出力方式を opt に設定します。
@param 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...