I'm aware of the Ruby word array:
a = %w( stackoverflow serverfault superuser)
How can I use the above to display a list where each item can have 2 or more words, for instance:
a = ['stack overflow', 'server fault', 'super user']
I'm aware of the Ruby word array:
a = %w( stackoverflow serverfault superuser)
How can I use the above to display a list where each item can have 2 or more words, for instance:
a = ['stack overflow', 'server fault', 'super user']