On 4/24/06, Jeremy Kitchen <[EMAIL PROTECTED]> wrote: > Is there no better way to merge one array into another than iterating over the > array you wish to append with each() and push()ing the elements on to the > other array?
Anything wrong with the standard Javascript arr1.concat(arr2) ? :-) Bye, Martin _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
