# File lib_wpm/wpm.rb, line 3710 def comment(data) string = StringComponent.new('<!-- ' + data + ' -->') @stack.last.add(string) nil end