return array instead of string
this is only for Eruby.
[Source]
# File lib/erubis/enhancer.rb, line 169 169: def add_postamble(src) 170: src << "\n" unless src[-1] == ?\n 171: src << "_buf\n" 172: end
# File lib/erubis/enhancer.rb, line 165 165: def add_preamble(src) 166: src << "_buf = [];" 167: end
[Validate]