class Comment
Prints out the value of the comment's text
Public Instance Methods
to_html(context)
click to toggle source
# File lib/emerald/nodes/comment.rb, line 9 def to_html(context) "<!-- #{text_content.to_html(context)} -->\n" end