> %w(a b c).map{|i|i.to_sym}   #=> [:a, :b, :c]
> 
> If that isn't short enough.. then you may want to do

I guess that pretty much misses the point, otherwise I could just go 
ahead and write [:a, :b, :c]

thanks anyway