Class: Template::OutputBuffer
Instance Method Summary collapse
- #append(str) ⇒ Object (also: #append=)
- 
  
    
      #initialize  ⇒ OutputBuffer 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of OutputBuffer. 
- #join ⇒ Object
Constructor Details
#initialize ⇒ OutputBuffer
Returns a new instance of OutputBuffer
| 31 32 33 | # File 'opal/stdlib/template.rb', line 31 def initialize @buffer = [] end |