class Cucumber::Formatter::AstLookup::KeywordLookupBuilder

def initialize(gherkin_document)

def initialize(gherkin_document)
  @lookup_hash = {}
  process_scenario_container(gherkin_document.feature, nil)
end