Open quyen91 opened 8 years ago
https://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Literals
%i[one two three] => return [:one, :two, :three]
https://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Literals
%i[one two three] => return [:one, :two, :three]