Method: ATP::Flow#render
- Defined in:
- lib/atp/flow.rb
#render(str, options = {}) ⇒ Object
Insert explicitly rendered content in to the flow
435 436 437 438 439 440 |
# File 'lib/atp/flow.rb', line 435 def render(str, = {}) () apply_conditions() do n1(:render, str) end end |