class Cucumber::Formatter::AstLookup
def step_keyword_lookup(uri)
def step_keyword_lookup(uri) @step_keyword_lookups[uri] ||= KeywordLookupBuilder.new(gherkin_document(uri)).lookup_hash end
def step_keyword_lookup(uri) @step_keyword_lookups[uri] ||= KeywordLookupBuilder.new(gherkin_document(uri)).lookup_hash end