Method: React::RenderingContext.build
- Defined in:
- lib/react/rendering_context.rb
.build ⇒ Object
42 43 44 45 46 47 48 |
# File 'lib/react/rendering_context.rb', line 42 def build current = @buffer @buffer = [] return_val = yield @buffer @buffer = current return_val end |