Class: Ichiban::HTMLCompiler::Eruby

Inherits:
Erubis::Eruby
  • Object
show all
Defined in:
lib/ichiban/html_compiler.rb

Instance Method Summary collapse

Instance Method Details

#add_preamble(src) ⇒ Object



68
69
70
# File 'lib/ichiban/html_compiler.rb', line 68

def add_preamble(src)
  src << "@_erb_out = _buf = '';"
end