Class/Module Index [+]

Quicksearch

Erubis::ErboutEnhancer

set buffer variable name to '_erbout' as well as '_buf'

this is only for Eruby.

Public Instance Methods

add_postamble(src) click to toggle source
# File lib/erubis/enhancer.rb, line 260
def add_postamble(src)
  src << "\n" unless src[-1] == \n\
  src << "#{@bufvar}.to_s\n"
end
add_preamble(src) click to toggle source
# File lib/erubis/enhancer.rb, line 256
def add_preamble(src)
  src << "_erbout = #{@bufvar} = '';"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.