class Cucumber::Core::Gherkin::AstBuilder

def feature(attributes)

def feature(attributes)
  DocumentBuilder.new(file, attributes).feature
end