Method: Erubis::ArrayEnhancer#add_postamble
- Defined in:
- lib/erubis/enhancer.rb
#add_postamble(src) ⇒ Object
168 169 170 171 |
# File 'lib/erubis/enhancer.rb', line 168 def add_postamble(src) src << "\n" unless src[-1] == ?\n src << "#{@bufvar}\n" end |