class Cucumber::Formatter::AstLookup::TestStepLookupBuilder

def store_scenario_source_steps(scenario)

def store_scenario_source_steps(scenario)
  scenario.steps.each do |step|
    @lookup_hash[step.location.line] = StepSource.new(:Step, step)
  end
end