# File lib/cucumber/parser/feature.rb, line 498
        def build
          Ast::Background.new(
            comment.build, 
            background_keyword.line,
            background_keyword.text_value,
            name.build, 
            steps.build
          )
        end