Jim Freeze <jim / freeze.org> writes:

| How would I get the following results (the ruby way):
| 
| a = [1,2]
| b = [3,4]
| 
| I want
| a = [1,2,3,4]

Try

  a += b

-- 
http://www.dfan.org