Home
last modified time | relevance | path

Searched refs:here_doc (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dutil.rb23 def tidy( here_doc, flow = false ) argument
24 here_doc.gsub!( /^ *\| ?/, '' )
26 here_doc.strip!
27 here_doc.gsub!( /\s+/, ' ' )
29 return here_doc