るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. tempfile create
  2. resolv create
  3. registry create
  4. win32/registry create
  5. rake create_rule

検索結果

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

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

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

proc として手続きオブジェクトが与えられた場合は、読み込んだオブジェクトを
引数にその手続きを呼び出します。


require 'json'

str=<<JSON
[1,2,3]
JSON

JSON.load(str) # => [1,2,3]
JSON.load(str, proc{|v| p v }) # => [1,2,3]
# 以下が表示される
# 1
# 2
# 3
# [1,2,3]

str=<<JSON
{ "a"...

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (9307.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (9307.0)

@todo

@todo

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

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

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

proc として手続きオブジェクトが与えられた場合は、読み込んだオブジェクトを
引数にその手続きを呼び出します。


require 'json'

str=<<JSON
[1,2,3]
JSON

JSON.load(str) # => [1,2,3]
JSON.load(str, proc{|v| p v }) # => [1,2,3]
# 以下が表示される
# 1
# 2
# 3
# [1,2,3]

str=<<JSON
{ "a"...

Win32::Registry::Constants::REG_LEGAL_OPTION (7.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_OPTION_NON_VOLATILE (7.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (7.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_RESERVED (7.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_VOLATILE (7.0)

@todo

@todo