class RSpec::Core::ExampleStatusParser

def initialize(string)

def initialize(string)
  @header_line, _, *@row_lines = string.lines.to_a
end