semmons99 (Shane Emmons)
- Login: semmons99
- Email: shane@emmons.io
- Registered on: 03/22/2011
- Last sign in: 03/02/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
10/06/2011
-
04:15 AM Ruby Bug #5404: Enhancing documentation for Time class in core
- I've tried to implement all your suggestions. Here's an updated patch. Let me know if there's anything else you'd like changed.
-
04:14 AM Ruby Bug #5402: Enhancing documentation for Time extension in stlib
- I've tried to implement all your suggestions. Here's an updated patch. Let me know if there's anything else you'd like changed.
10/05/2011
-
12:41 AM Ruby Bug #5404 (Closed): Enhancing documentation for Time class in core
- As part of Mendicant Universities MRI Documentation Week, I've enhanced the documentation for the Time class in core.
10/04/2011
-
11:33 PM Ruby Bug #5402 (Closed): Enhancing documentation for Time extension in stlib
- As part of Mendicant Universities MRI Documentation Week, I've enhanced the documentation for the Time extension module in stdlib.
07/06/2011
-
08:00 AM Ruby Bug #4567: BigDecimal::ROUND_HALF_DOWN
- Issue 3803 already handles this case. This issue can be closed with a reference to 3803.
04/11/2011
-
02:36 AM Ruby Bug #4567 (Closed): BigDecimal::ROUND_HALF_DOWN
- =begin
SImilar to the issue here [[http://redmine.ruby-lang.org/issues/3803]], BigDecimal::ROUND_HALF_DOWN does not respect all the digits involved in the rounding of a number. For example:
(({BigDecimal("1.51").round(0, BigDecimal::...