use $stdout instead of string
this is only for Eruby.
[Source]
# File erubis/enhancer.rb, line 74 def add_postamble(src) src << "\n''\n" end
# File erubis/enhancer.rb, line 70 def add_preamble(src) src << "_buf = $stdout;" end
[Validate]