From: Aaron Patterson Date: 2011-07-07T13:00:45+09:00 Subject: [ruby-core:37840] [Ruby 1.9 - Feature #4985][Open] Add %S[] support for making a list of symbols Issue #4985 has been reported by Aaron Patterson. ---------------------------------------- Feature #4985: Add %S[] support for making a list of symbols http://redmine.ruby-lang.org/issues/4985 Author: Aaron Patterson Status: Open Priority: Normal Assignee: Yukihiro Matsumoto Category: Target version: I would like to add %S, which would create a list of symbols. For example: %S[foo bar] # => [:foo, :bar] I've attached a patch which implements this along with ripper events and tests. Thanks to Josh Susser for thinking of this. :-) -- http://redmine.ruby-lang.org