General

Profile

ibrahimtencer (Ibrahim Tencer)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/12/2012

11:52 PM Ruby master Bug #6132 (Rejected): Assignments don't happen correctly in "if" modifiers
This works:
if lo = 3
la = lo
end
but this does not:
(la = lo) if (lo = 3)
It raises "NameError: unde...
ibrahimtencer (Ibrahim Tencer)

Also available in: Atom