noxxxname (Pavlo Vavruk)
- Login: noxxxname
- Registered on: 06/28/2016
- Last sign in: 06/28/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/28/2016
-
03:03 PM Ruby Bug #12530 (Rejected): Module Refinements
- Hi guys, I noticed strange situation with module refinements.
There is difference with using methods which you refine.
*User.new.users* will return ["a", "b", "c", "d%"]
*User.new.users_not_work* will fail with error **"undefine...