Method: Htmless::Formatted#comment

Defined in:
lib/htmless/formatted.rb

#comment(comment) ⇒ Object



37
38
39
40
41
# File 'lib/htmless/formatted.rb', line 37

def comment(comment)
  flush
  @_output << @_str_newline << @_str_spaces.fetch(@_stack.size, @_str_space) << @_str_comment_start <<
      comment.to_s << @_str_comment_end
end