my_string.inspect # => "\"hey,you\",21"
我怎样才能得到一个数组:
["hey,you"," 21"]
require 'csv' "\"hey,21".parse_csv # => ["hey," 21"]