Mega Code Archive

 
Categories / Ruby / String
 

Use EOF as the marker for a here document

long_string = <<EOF Here is a long string With many paragraphs EOF puts long_string