-
Yukihiro "Matz" Matsumoto authored
Otherwise, the following script prints an uninitialized value. def f(*a) if false b = 15 end p b end f(1,2,3)
c063641a
Otherwise, the following script prints an uninitialized value. def f(*a) if false b = 15 end p b end f(1,2,3)