84件ヒット
[1-84件を表示]
(0.105秒)
種類
- 定数 (36)
- モジュール (24)
- インスタンスメソッド (12)
- 文書 (12)
ライブラリ
- json (72)
モジュール
- JSON (36)
-
JSON
:: Generator :: GeneratorMethods :: Float (12)
キーワード
- Infinity (12)
- MinusInfinity (12)
-
NEWS for Ruby 2
. 0 . 0 (12) - NaN (12)
-
to
_ json (12)
検索結果
先頭5件
-
JSON
:: Generator :: GeneratorMethods :: Float (30032.0) -
Float に JSON で使用するインスタンスメソッドを追加するためのモジュールです。
...Float に JSON で使用するインスタンスメソッドを追加するためのモジュールです。... -
JSON
:: Infinity -> Float (27207.0) -
正の無限大を表します。
...正の無限大を表します。
@see Float... -
JSON
:: MinusInfinity -> Float (27207.0) -
負の無限大を表します。
...負の無限大を表します。
@see Float... -
JSON
:: Ext :: Generator :: GeneratorMethods :: Float (27032.0) -
Alias of JSON::Generator::GeneratorMethods::Float
...Alias of JSON::Generator::GeneratorMethods::Float... -
JSON
:: Generator :: GeneratorMethods :: Float # to _ json(state _ or _ hash = nil) -> String (24247.0) -
自身から生成した JSON 形式の文字列を返します。
...自身から生成した JSON 形式の文字列を返します。
@param state_or_hash 生成する JSON 形式の文字列をカスタマイズするため
に JSON::State のインスタンスか、
JSON::State.new の引数と同じ Hash を......指定します。
//emlist[例][ruby]{
require "json"
(1.0).to_json # => "1.0"
//}... -
JSON
:: NaN -> Float (21207.0) -
NaN (Not a Number) を表します。
...NaN (Not a Number) を表します。
@see Float... -
NEWS for Ruby 2
. 0 . 0 (24.0) -
NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...ーディングを US-ASCII から UTF-8 に変更しました
* '_' で始まる使用されていない変数は警告しなくなりました
=== 組み込みクラスの更新
* ARGF.class
* 追加: ARGF.class#codepoints, ARGF.class#each_codepoint
IO にある同名のメソッ......#to_a に似ています
* 拡張: Hash#default_proc= default proc をクリアするために nil を渡せるようになりました
* IO
* 非推奨: IO#lines, #bytes, #chars, #codepoints
* Kernel
* 追加: Kernel.#Hash という変換メソッド。Kernel.#Array, Kernel.#Float......within the given block.
* 追加: IO#cooked! which sets the terminal to cooked.
* 拡張: IO#raw, IO#raw!, IO#getch キーワード引数 :min, :time を受け付けます。
* io/wait
* 追加: IO#wait_writable
* 追加: IO#wait_readable は IO#wait の別名です。
* json...