[ruby/bigdecimal] Clarify that JSON methods come from the JSON gem

https://github.com/ruby/bigdecimal/commit/581725d4e5
This commit is contained in:
Peter Zhu 2023-12-06 11:02:17 -05:00 коммит произвёл git
Родитель 4a7151a8e4
Коммит 64ab04da6a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4372,7 +4372,7 @@ BigDecimal_negative_zero(void)
* - {#to_json}[rdoc-ref:BigDecimal#to_json]: * - {#to_json}[rdoc-ref:BigDecimal#to_json]:
* Returns a \JSON string representing +self+. * Returns a \JSON string representing +self+.
* *
* To make these methods available: * These methods are provided by the {JSON gem}[https://github.com/flori/json]. To make these methods available:
* *
* require 'json/add/bigdecimal' * require 'json/add/bigdecimal'
* *