36件ヒット
[1-36件を表示]
(0.075秒)
別のキーワード
ライブラリ
- ビルトイン (12)
-
rubygems
/ specification (12) -
rubygems
/ version (12)
クラス
-
Gem
:: Specification (12) -
Gem
:: Version (12) - Rational (12)
検索結果
先頭3件
-
Gem
:: Specification # _ dump -> String (21102.0) -
重要なインスタンス変数のみを Marshal.#dump します。
重要なインスタンス変数のみを Marshal.#dump します。
@see Marshal.#dump -
Gem
:: Version # marshal _ dump -> Array (9108.0) -
完全なオブジェクトではなく、バージョン文字列のみダンプします。
...完全なオブジェクトではなく、バージョン文字列のみダンプします。
//emlist[][ruby]{
p Gem::Version.new('1.2.0a').marshal_dump # => ["1.2.0a"]
//}... -
Rational
# marshal _ dump -> Array (9102.0) -
Marshal.#load のためのメソッドです。 Rational::compatible#marshal_load で復元可能な配列を返します。
...Marshal.#load のためのメソッドです。
Rational::compatible#marshal_load で復元可能な配列を返します。
[注意] Rational::compatible は通常の方法では参照する事ができません。...