#!/usr/bin/env ruby # This code comes from http://ruby-it.org/pages/Here-Document+indentati # Check the page for copyright notice and explanations foo= "\bla bla \"bla\"" foo = %{bla bla "bla"} foo= %| codice con {graffe} delimitato da pipe| foo = <