Module | Erubis::PercentLineEnhancer |
In: |
erubis/enhancer.rb
|
regards lines starting with ’%’ as program code
this is for compatibility to eruby and ERB.
this is language-independent.
PERCENT_LINE_PATTERN | = | /(.*?)^\%(.*?\r?\n)/m |