quyen91 / toy-app-rubyonrail

simple demo for learning ruby on rails
0 stars 0 forks source link

Ruby % Notation #37

Open quyen91 opened 8 years ago

quyen91 commented 8 years ago

https://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Literals

%i[one two three] => return [:one, :two, :three]