Class RGen::TemplateLanguage::OutputHandler
In: lib/rgen/template_language/output_handler.rb
Parent: Object

Methods

<<   concat   direct_concat   ignoreNextNL   ignoreNextWS   mode=   new   to_s   to_str  

Attributes

indent  [W] 
noIndentNextLine  [RW] 

Public Class methods

Public Instance methods

<<(s)

Alias for concat

ERB will call this method for every string s which is part of the template file in between %> and <%. If s contains a newline, it will call this method for every part of s which is terminated by a \n

to_s()

Alias for to_str

[Validate]