alindeman (Andy Lindeman)
- Login: alindeman
- Email: andy@andylindeman.com
- Registered on: 12/30/2010
- Last sign in: 10/01/2015
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
06/09/2013
- 10:31 PM Ruby master Feature #8506 (Rejected): Object#iter_for / Object#to_iter
- =begin
Ruby's (({Enumerator})) and (({#enum_for})) methods are very powerful and I use them very often. However, (({...
12/03/2012
- 06:00 AM Ruby master Bug #7499 (Closed): public_send can be used to invoke protected methods
- class Foo
def bar
"wtf?"
end
protected :bar
def invoke_bar
public_send(:bar)
end
end
p...
Also available in: Atom