%i(foo bar).map_chain('to_s.to_sym') #=> %i(foo bar).map(&:to_s).map(&:to_sym)
Koichi ITO
October 7, 2015 11:22pm
MIT