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 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 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 #=> true
Not sure if this would be useful, just a suggestion. -
12:54 PM Ruby Feature #6225: Hash#+
- Would it be better to use `Hash#<<` instead of `Hash#+`?
03/27/2012
-
03:39 AM Ruby Feature #6150: add Enumerable#grep_v
- =begin
I think that this is a good idea.
=end