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