Actions
Bug #7305
closedBigDecimal documentation
Description
adding the last bits of documentation, with a few examples.
Also, should #initialize_copy not be a singleton method? It's a private instance method, but nothing uses it.
Files
Updated by marcandre (Marc-Andre Lafortune) about 12 years ago
Also, should #initialize_copy not be a singleton method? It's a private instance method, but nothing uses it.
#initialize_copy is used by dup/clone. It's always a private instance method.
Updated by zzak (zzak _) about 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r37580.
Vincent, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- ext/bigdecimal/bigdecimal.c:
Documentation for BigDecimal
Based on a patch from Vincent Batts
[ruby-core:49047] [Bug #7305]
Updated by zzak (zzak _) about 12 years ago
vbatts: I've added your patch for JSON as a pull request, as suggested by naruse
https://github.com/flori/json/pull/150
Thank you
Actions
Like0
Like0Like0Like0