use String class for buffering
this is only for Eruby.
# File lib/erubis/enhancer.rb, line 214 def add_postamble(src) src << "\n" unless src[-1] == \n\ src << "#{@bufvar}.to_s\n" end
# File lib/erubis/enhancer.rb, line 210 def add_preamble(src) src << "#{@bufvar} = '';" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.