From: David Ainley Date: 2010-08-11T00:51:32+09:00 Subject: changing the spacing in a string? Hey guys. I have an array full of strings. When I put the strings, it looks like this http://pastebin.com/eeicUCqL which is okay, but it looks a little sloppy to me. Is there a way I can get the strings to dynamically space themselves so that they look evenly spaced? ala http://pastebin.com/cRcG97sK ? Should I split each string into it's separate parts, and then print them via format? Or something...? -- Posted via http://www.ruby-forum.com/.