How to Join multiple arrays in a single method in ruby Ex: a= [ 1 ,2 , 3] b = [4,5,6] c = [7,8,9] Using single method i want b and c array content into the a array. -- Posted via http://www.ruby-forum.com/.