class RSpec::Core::ExampleStatusDumper

def rows

def rows
  @rows ||= @examples.map { |ex| ex.values_at(*headers) }
end