llxff (Aleksandr Fomin)
- Login: llxff
- Email: ll.wg.bin@gmail.com
- Registered on: 12/27/2015
- Last sign in: 01/04/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/27/2015
-
12:32 PM Ruby Bug #11899 (Rejected): `Object#public_methods` returns unordered array in Ruby 2.3.0
- Previous ruby versions returned methods with same order. But this order was changed in Ruby 2.3.0.
Ruby 1.9.3:
```
1.9.3-p551 :001 > class B
1.9.3-p551 :002?> def self.init
1.9.3-p551 :003?> define_method(:f) {}
1.9...