Class: Deklarativna::CommentRenderable

Inherits:
NestingRenderable show all
Defined in:
lib/deklarativna_core.rb

Overview

Public Class This class is intended to render comments

Instance Attribute Summary

Attributes inherited from NestingRenderable

#content

Attributes inherited from Renderable

#attributes, #tag_name

Instance Method Summary collapse

Methods inherited from NestingRenderable

#_proc_call, #proc_call

Methods inherited from Renderable

#initialize, #render_attributes

Constructor Details

This class inherits a constructor from Deklarativna::Renderable

Instance Method Details

#to_sObject



54
55
56
# File 'lib/deklarativna_core.rb', line 54

def to_s
  "<!--#{proc_call}-->"
end