# File lib/cucumber/formatter/html.rb, line 65 def after_comment(comment) stop_buffering :comment builder.pre(:class => 'comment') do builder << buffer(:comment) end end