jcangas (Jorge L. Cangas)
- Login: jcangas
- Email: jorge.cangas@gmail.com
- Registered on: 09/24/2010
- Last sign in: 09/25/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
09/24/2010
-
11:27 PM Ruby Feature #3845: "in" infix operator
- =begin
I think is better separate both roles:
-for membrership operator use 'in?' as
item in? somearray
- for enumeration use 'in' as
for(a in [1,2,3,4])
=end