File indexing completed on 2024-05-19 04:38:18

0001 a = <<start
0002 This is a heredoc
0003 start
0004 
0005 b = <<-do
0006   asd
0007 do
0008 
0009 <<here
0010 Morehere
0011 here
0012 
0013 this_is = a_shift << not_a_heredoc
0014 
0015 @body << <<-_end_of_html_
0016 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
0017 <HTML>
0018   <HEAD><TITLE>#{HTMLUtils::escape(@reason_phrase)}</TITLE></HEAD>
0019   <BODY>
0020     <H1>#{HTMLUtils::escape(@reason_phrase)}</H1>
0021     #{HTMLUtils::escape(ex.message)}
0022     <HR>
0023 _end_of_html_
0024 
0025 msg = <<"MSGEND"
0026   <html>
0027     <head>
0028       <title>#{err}</title>
0029     </head>
0030     <body>
0031       <h1>#{err}</h1>
0032       <p>Unexpected error occured while processing XML-RPC request!</p>
0033     </body>
0034   </html>
0035 MSGEND
0036 
0037   msg = <<-"MSGEND"
0038     <html>
0039       <head>
0040         <title>#{err}</title>
0041       </head>
0042       <body>
0043         <h1>#{err}</h1>
0044         <p>Unexpected error occured while processing XML-RPC request!</p>
0045       </body>
0046     </html>
0047   MSGEND
0048 
0049 modul_eval(<<-asd, __FILE__, __LINE__ + 1)
0050   def #{name}
0051     #{val}
0052   end
0053 asd
0054 
0055 <<here
0056 àà #{asd}
0057 here
0058 
0059 <<'.,.,'
0060   smth
0061 .,.,
0062 
0063 puts(<<HERE,__FILE__, b)
0064 qwewqe
0065     #{abc}
0066     #$a
0067     #@a
0068 HERE