# File lib/cucumber/formatter/html.rb, line 13 def initialize(step_mother, io, options) @io = io @options = options @buffer = {} @current_builder = create_builder(@io) end