# File lib/cucumber/formatter/pdf.rb, line 147 def before_outline_table(table) return if @hide_this_step row_colors = table.example_rows.map { |r| @status_colors[r.status] unless r.status == :skipped} keep_with do @doc.table(table.rows, :headers => table.headers, :position => :center, :row_colors => row_colors) end end