mosselman (Achilleas Buisman)
- Login: mosselman
- Email: accounts@abuisman.nl
- Registered on: 05/07/2013
- Last sign in: 05/07/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
05/07/2013
-
09:39 PM Ruby Bug #8376: utc method changes original time object
- naruse (Yui NARUSE) wrote:
> Time#utc is destructive method.
> ...
That seems the point of this issue. The behaviour is inconsistent. `t.utc!` should be the way to destroy `t` in the example. This should be changed... ruby isn't PHP.