After I do bunch of computations and create a huge array with bunch of numbers, I like to use the already-computed array in another program rather than re-computing it each time I run the program. How can I save the array object in one program and read it from another program in ruby?