This is what's passed to the constructor of the formatters
# File lib/cucumber/formatter/legacy_api/runtime_facade.rb, line 20 def scenarios(status = nil) results.scenarios(status) end
# File lib/cucumber/formatter/legacy_api/runtime_facade.rb, line 24 def steps(status = nil) results.steps(status) end
# File lib/cucumber/formatter/legacy_api/runtime_facade.rb, line 9 def unmatched_step_definitions support_code.unmatched_step_definitions end