%w(one two three) # array of strings
%W(one two three #{var})
%w(twenty\ one twenty\ two) # array of strings with spaces in themcheat sheets.
$ cheat syntax$ cheat syntax%w(one two three) # array of strings
%W(one two three #{var})
%w(twenty\ one twenty\ two) # array of strings with spaces in them