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