# File lib/cucumber/formatter/legacy_api/adapter.rb, line 190 def build_step_invocation(indent, matches, config, messages, embeddings) step_result.step_invocation( matches.fetch(step) { NoStepMatch.new(step, step.name) }, step, indent, background, config, messages, embeddings ) end