use $stdout instead of string
this is only for Eruby.
# File lib/erubis/enhancer.rb, line 73 def add_postamble(src) src << "\n''\n" end
# File lib/erubis/enhancer.rb, line 69 def add_preamble(src) src << "#{@bufvar} = $stdout;" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.