Class: Erubis::PI::Escheme
- Includes:
- SchemeGenerator
- Defined in:
- lib/erubis/engine/escheme.rb
Instance Attribute Summary
Attributes included from Generator
Attributes included from Converter
Attributes included from Converter
#escape, #postamble, #preamble
Attributes included from Evaluator
Instance Method Summary collapse
Methods included from SchemeGenerator
#add_expr_debug, #add_expr_escaped, #add_expr_literal, #add_postamble, #add_preamble, #add_stmt, #add_text, #escape_text, #escaped_expr, #init_generator, supported_properties
Methods included from Generator
#add_expr_debug, #add_expr_escaped, #add_expr_literal, #add_postamble, #add_preamble, #add_stmt, #add_text, #escape_text, #escaped_expr, #init_generator, supported_properties
Methods included from Converter
#convert, desc, supported_properties
Methods included from Converter
#convert, supported_properties
Methods included from Evaluator
#evaluate, #init_evaluator, #result, supported_properties
Methods inherited from Engine
#convert!, #initialize, load_file, #process, #process_proc
Constructor Details
This class inherits a constructor from Erubis::Engine
Instance Method Details
#init_converter(properties = {}) ⇒ Object
107 108 109 110 |
# File 'lib/erubis/engine/escheme.rb', line 107 def init_converter(properties={}) @pi = 'scheme' super(properties) end |