Community
Participate
Working Groups
Consider the example: def test(x, y) y end def func(x) test(x, x) end y = func 12 puts(y) y.<cursor> No completion here.
Fixed.
bulk change: fixed in 0.95