108件ヒット
[101-108件を表示]
(0.095秒)
ライブラリ
- ビルトイン (60)
- json (24)
- openssl (12)
-
webrick
/ httputils (12)
モジュール
- JSON (24)
- Kernel (36)
- Marshal (24)
-
OpenSSL
:: Random (12) -
WEBrick
:: HTTPUtils (12)
キーワード
- dump (24)
-
load
_ file (12) -
load
_ file! (12) -
load
_ mime _ types (12) -
load
_ random _ file (12) - require (12)
-
require
_ relative (12)
検索結果
-
Marshal
. # dump(obj , port , limit = -1) -> IO (19.0) -
obj を指定された出力先に再帰的に出力します。
...)
* システムがオブジェクトの状態を保持するもの。具体的には以下のイン
スタンス。Dir, File::Stat, IO とそのサブクラス
File, Socket など。
* MatchData, Data, Method, UnboundMethod,
Proc, Thread, ThreadGroup, Continuation
のインスタン......オブジェクトをダンプしようとした場合に発生します。
@raise ArgumentError limit 段以上深くリンクしたオブジェクトをダンプしようと
した場合に発生します。
@see Object#marshal_dump, Object#marshal_load...