るりまサーチ

最速Rubyリファレンスマニュアル検索!
180件ヒット [1-100件を表示] (0.040秒)
トップページ > クエリ:@[x] > クエリ:restore[x]

別のキーワード

  1. cgi restore
  2. cgi/session restore
  3. json restore
  4. pstore restore
  5. marshal restore

検索結果

<< 1 2 > >>

JSON.#restore(source, proc = nil, options = {}) -> object (15119.0)

与えられた JSON 形式の文字列を Ruby オブジェクトとしてロードして返します。

...# "c"
# 3
# {"a"=>1, "b"=>2, "c"=>3}

@
param source JSON 形式の文字列を指定します。他には、to_str, to_io, read メソッドを持つオブジェクトも指定可能です。

@
param proc Proc オブジェクトを指定します。

@
param options オプションをハッシ...

Marshal.#restore(port, proc = nil) -> object (15119.0)

port からマーシャルデータを読み込んで、元のオブジェクトと同 じ状態をもつオブジェクトを生成します。

..., 10000000000, 1.0, :foo]
# ["a", 1, 10000000000, 1.0, :foo]
//}

@
param port String か IO (またはそのサブクラス)の
インスタンスを指定します。

@
param proc 手続きオブジェクト。Proc

@
raise TypeError メジャーバージョンが異なるか、バー...

Win32::Registry::Constants::REG_FORCE_RESTORE (6117.0)

@todo

...@todo...

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (3117.0)

@todo

...@todo...

Win32::Registry::Constants::REG_NO_LAZY_FLUSH (3017.0)

@todo

...@todo...

絞り込み条件を変える

Win32::Registry::Constants::REG_REFRESH_HIVE (3017.0)

@todo

...@todo...

Win32::Registry::Constants::REG_WHOLE_HIVE_VOLATILE (3017.0)

@todo

...@todo...

JSON.#load(source, proc = nil, options = {}) -> object (19.0)

与えられた JSON 形式の文字列を Ruby オブジェクトとしてロードして返します。

...# "c"
# 3
# {"a"=>1, "b"=>2, "c"=>3}

@
param source JSON 形式の文字列を指定します。他には、to_str, to_io, read メソッドを持つオブジェクトも指定可能です。

@
param proc Proc オブジェクトを指定します。

@
param options オプションをハッシ...

Marshal.#load(port, proc = nil) -> object (19.0)

port からマーシャルデータを読み込んで、元のオブジェクトと同 じ状態をもつオブジェクトを生成します。

..., 10000000000, 1.0, :foo]
# ["a", 1, 10000000000, 1.0, :foo]
//}

@
param port String か IO (またはそのサブクラス)の
インスタンスを指定します。

@
param proc 手続きオブジェクト。Proc

@
raise TypeError メジャーバージョンが異なるか、バー...
<< 1 2 > >>