Ruby array to string conversion

I have a ruby array like ['12','34','35','231'].

I want to convert it to a string like '12','34','35','231'.

How can I do that?

13 Answers
13

Leave a Comment