Class: Liza::UnitRendererPart
- Inherits:
-
Part
show all
- Defined in:
- lib/liza/unit_parts/unit_renderer_part.rb
Constant Summary
collapse
- RENDER_STACK_IS_EMPTY_MESSAGE =
<<~STRING
You called render without ERB keys,
but the render stack is empty.
Did you forget to add ERB keys?
STRING
- RENDER_STACK_IS_FULL_MESSAGE =
<<~STRING
You called render with too many ERB keys.
Did you accidentally fall into an infinite loop?
STRING
Method Summary
Methods inherited from Part
extension, insertion
Methods inherited from Unit
const_missing, division, part, system, #system, test_class