From: "mame (Yusuke Endoh)" Date: 2012-07-23T21:59:08+09:00 Subject: [ruby-core:46647] [ruby-trunk - Feature #4985] Add %S[] support for making a list of symbols Issue #4985 has been updated by mame (Yusuke Endoh). Assignee changed from matz (Yukihiro Matsumoto) to nobu (Nobuyoshi Nakada) Aaron Patterson, I'm happy to inform you that matz has accepted your proposal. Matz was worried about the letter `i' and searching other ones, but finally accepted. Nakada-san, Could you review the patch attached? -- Yusuke Endoh ---------------------------------------- Feature #4985: Add %S[] support for making a list of symbols https://bugs.ruby-lang.org/issues/4985#change-28308 Author: tenderlovemaking (Aaron Patterson) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) 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://bugs.ruby-lang.org/