Mega Code Archive

 
Categories / Ruby / String
 

Using quotation marks is only viable for a single line, but if you want to span multiple lines

x = %q{This is a test of the multi line capabilities} puts x