adkron (Amos King)
- Login: adkron
- Email: amos.l.king@gmail.com
- Registered on: 05/29/2013
- Last sign in: 05/29/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/29/2013
-
11:52 AM Ruby Feature #8459 (Rejected): Idiomatic method names for Socket
- In order to still have the POSIX standard functionality as well as an alternative idiomatic ruby version it would be nice to have some of the methods aliased in the core.
ie
Soket.gethostname => Socket.hostname
There is already ...