48件ヒット
[1-48件を表示]
(0.081秒)
ライブラリ
- ビルトイン (12)
- delegate (24)
-
rubygems
/ specification (12)
クラス
- Delegator (24)
-
Gem
:: Specification (12) - Rational (12)
キーワード
-
marshal
_ dump (24) -
marshal
_ load (12)
検索結果
先頭4件
-
Gem
:: Specification # _ dump -> String (21102.0) -
重要なインスタンス変数のみを Marshal.#dump します。
重要なインスタンス変数のみを Marshal.#dump します。
@see Marshal.#dump -
Delegator
# marshal _ dump -> object (9102.0) -
シリアライゼーションをサポートするためにDelegator#__getobj__ が返すオブジェクトを返します。
...シリアライゼーションをサポートするためにDelegator#__getobj__ が返すオブジェクトを返します。... -
Rational
# marshal _ dump -> Array (9102.0) -
Marshal.#load のためのメソッドです。 Rational::compatible#marshal_load で復元可能な配列を返します。
...Marshal.#load のためのメソッドです。
Rational::compatible#marshal_load で復元可能な配列を返します。
[注意] Rational::compatible は通常の方法では参照する事ができません。... -
Delegator
# marshal _ load(obj) -> object (3007.0) -
シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。
...シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。
@param obj Delegator#marshal_dumpの戻り値のコピー...