4件ヒット
[1-4件を表示]
(0.054秒)
ライブラリ
-
json
/ add / complex (1) -
json
/ add / exception (1) -
json
/ add / ostruct (1) -
json
/ add / regexp (1)
クラス
- Complex (1)
- Exception (1)
- OpenStruct (1)
- Regexp (1)
検索結果
先頭4件
-
Complex
. json _ create(hash) -> Complex (63607.0) -
JSON のオブジェクトから Complex のオブジェクトを生成して返します。
JSON のオブジェクトから Complex のオブジェクトを生成して返します。
@param hash 実部をキー 'r'、虚部をキー 'i' に持つハッシュを指定します。 -
Exception
. json _ create(hash) -> Exception (63607.0) -
JSON のオブジェクトから Ruby のオブジェクトを生成して返します。
JSON のオブジェクトから Ruby のオブジェクトを生成して返します。
@param hash 適切なキーを持つハッシュを指定します。 -
OpenStruct
. json _ create(hash) -> OpenStruct (63607.0) -
JSON のオブジェクトから OpenStruct のオブジェクトを生成して返します。
JSON のオブジェクトから OpenStruct のオブジェクトを生成して返します。
@param hash OpenStruct.new に指定可能な値をキー 't' もしくは :t に持つハッシュを指定します。 -
Regexp
. json _ create(hash) -> Regexp (63607.0) -
JSON のオブジェクトから Ruby のオブジェクトを生成して返します。
JSON のオブジェクトから Ruby のオブジェクトを生成して返します。
@param hash 適切なキーを持つハッシュを指定します。