EdwardCh (Edward Chen)
- Login: EdwardCh
- Email: edward.chen92@gmail.com
- Registered on: 03/27/2013
- Last sign in: 03/27/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
03/27/2013
-
02:09 AM Ruby Feature #8164: Public/Private
- "Stuff" the private() method to take the explicit options.
A possible solution would be:
private (:instance => [], :class => [:foo])
In this way, although it adds a bit of complexity to the private and public methods, we would have redu...