Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
Object
Import a JSON Marshalled object.
method used for JSON marshalling support.
# File json/lib/json/add/bigdecimal.rb, line 10 def self.json_create(object) BigDecimal._load object['b'] end
Marshal the object to JSON.
# File json/lib/json/add/bigdecimal.rb, line 17 def as_json(*) { JSON.create_id => self.class.name, 'b' => _dump, } end
return the JSON value
# File json/lib/json/add/bigdecimal.rb, line 25 def to_json(*) as_json.to_json end
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル