class Cucumber::Core::Gherkin::AstBuilder::Builder

def initialize(file, attributes)

def initialize(file, attributes)
  @file = file
  @attributes = rubify_keys(attributes.dup)
  @comments = []
  @line = @attributes[:location][:line]
end