author avatar

manu

Mon May 14 2018

In ruby you can use any single non alpha numeric character as delimiter for % notation. The following are all same %(foo bar); %w[foo bar]; %w%foo bar%; %w$foo bar$; And many more. https://en.wikibooks.org/w/index.php?title=Ruby_Programming/Syntax/Literals#The_%_Notation