Class: Deklarativna::CommentRenderable
- Inherits:
-
NestingRenderable
- Object
- Renderable
- NestingRenderable
- Deklarativna::CommentRenderable
- Defined in:
- lib/deklarativna_core.rb
Overview
Public Class This class is intended to render comments
Instance Attribute Summary
Attributes inherited from NestingRenderable
Attributes inherited from Renderable
Instance Method Summary collapse
Methods inherited from NestingRenderable
Methods inherited from Renderable
#initialize, #render_attributes
Constructor Details
This class inherits a constructor from Deklarativna::Renderable
Instance Method Details
#to_s ⇒ Object
54 55 56 |
# File 'lib/deklarativna_core.rb', line 54 def to_s "<!--#{proc_call}-->" end |