tonini (samuel tonini)
- Login: tonini
- Email: tonini.samuel@gmail.com
- Registered on: 07/21/2011
- Last sign in: 04/22/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/23/2011
-
07:48 AM Ruby Bug #5080 (Closed): Array class rdoc documentation revisions
- There are some confusions and inconsistence in the different Array method code examples. I tried to update these and made some adaptations.
Pull Request on Github => https://github.com/ruby/ruby/pull/35
07/21/2011
-
02:54 PM Ruby Bug #5066 (Closed): Doc Array#delete_at inconsistence fix
- =begin
The documentation for the #delete_at method is inconsistent concerning the example array initialization. For all array examples brackets are used for the creation, except the #delete_at is uses the '%w' flavor.
In terms of a con...