Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > jsonライブラリ > JSON::Generator::GeneratorMethods::Integerモジュール

module JSON::Generator::GeneratorMethods::Integer

クラスの継承リスト: JSON::Generator::GeneratorMethods::Integer


aliases: JSON::Ext::Generator::GeneratorMethods::Integer

要約

Integer に JSON で使用するインスタンスメソッドを追加するためのモジュールです。

インスタンスメソッド

to_json -> String

自身から生成した JSON 形式の文字列を返します。

module JSON::Generator::GeneratorMethods::Integer