Class: Erubis::PI::Eruby
- Includes:
- RubyEvaluator, RubyGenerator
- Defined in:
- lib/erubis/engine/eruby.rb
Instance Attribute Summary
Attributes included from Generator
Attributes included from Evaluator
Attributes included from Converter
Attributes included from Converter
#escape, #postamble, #preamble
Instance Method Summary collapse
Methods included from RubyGenerator
#add_expr_debug, #add_expr_escaped, #add_expr_literal, #add_stmt, #add_text, #escape_text, #escaped_expr, #init_generator, supported_properties
Methods included from StringBufferEnhancer
#add_postamble, #add_preamble, desc
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 RubyEvaluator
#def_method, #evaluate, #result, supported_properties
Methods included from Evaluator
#evaluate, #init_evaluator, #result, supported_properties
Methods included from Converter
#convert, desc, supported_properties
Methods included from Converter
#convert, 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
117 118 119 120 |
# File 'lib/erubis/engine/eruby.rb', line 117 def init_converter(properties={}) @pi = 'rb' super(properties) end |