Class Ember.RenderBuffer

Ember.RenderBuffer gathers information regarding the a view and generates the final representation. Ember.RenderBuffer will generate HTML which can be pushed to the DOM.

1
 var buffer = Ember.RenderBuffer('div');