Module
Erubis::OptimizedGenerator
In:
lib/erubis/engine/optimized.rb
Methods
add_expr_debug
add_expr_escaped
add_expr_literal
add_postamble
add_preamble
add_stmt
add_text
escape_text
escaped_expr
init_generator
switch_to_expr
switch_to_stmt
Included Modules
Generator
Public Instance methods
init_generator
(properties={})
Protected Instance methods
add_expr_debug
(src, code)
add_expr_escaped
(src, code)
add_expr_literal
(src, code)
add_postamble
(src)
add_preamble
(src)
add_stmt
(src, code)
add_text
(src, text)
escape_text
(text)
escaped_expr
(code)
switch_to_expr
(src)
switch_to_stmt
(src)
[Validate]