# File lib/parallel_cucumber/runtime_logger.rb, line 17 def after_features(*args) lock_output do @io.puts @example_times.map { |file, time| "#{file}:#{time}" } end end