Method: Cell::ViewModel::OutputBuffer#to_s
- Defined in:
- lib/cell/view_model.rb
#to_s ⇒ Object
output_buffer is returned at the end of the precompiled template.
149 150 151 |
# File 'lib/cell/view_model.rb', line 149 def to_s # output_buffer is returned at the end of the precompiled template. join end |