class Cucumber::Formatter::AstLookup::TestStepLookupBuilder

def store_background_source_steps(background)

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