jacksonwillis (Jackson Willis)
- Login: jacksonwillis
- Registered on: 03/21/2012
- Last sign in: 04/09/2012
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
04/08/2012
- 06:45 PM Ruby master Feature #6270: add "??a" support for "not defined?(a) or a.nil?"
- So `??foo' is basically a macro for `not defined?(foo) or foo.nil?'.
- 12:49 PM Ruby master Feature #6270 (Rejected): add "??a" support for "not defined?(a) or a.nil?"
- It would work like this:
??foo #=> nil
foo = nil
??foo #=> nil
foo = 3
??foo #=> t... - 12:54 PM Ruby master Feature #6225: Hash#+
- Would it be better to use `Hash#<<` instead of `Hash#+`?
03/27/2012
- 03:39 AM Ruby master Feature #6150: add Enumerable#grep_v
- =begin
I think that this is a good idea.
=end
Also available in: Atom