るりまサーチ

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

別のキーワード

  1. stringio read
  2. _builtin read
  3. io read
  4. csv read
  5. tuple read

種類

ライブラリ

モジュール

キーワード

検索結果

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

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

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

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

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

@param options オプ...

static void rb_thread_restore_context(rb_thread_t th, int exit) (12300.0)

スレッドを切り替えるにあたって、切り替え先のスレッド th の コンテキストを評価器に復帰します。

スレッドを切り替えるにあたって、切り替え先のスレッド th の
コンテキストを評価器に復帰します。

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

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

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

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

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

@param options オプ...