class RSpec::Core::ExampleStatusParser

def parse

def parse
  @row_lines.map { |line| parse_row(line) }
end