# File lib/cucumber/formatter/gherkin_formatter_adapter.rb, line 22
      def before_background(background)
        @outline = false
        @gf.steps(background.raw_steps)
        @gf.background(background.gherkin_statement)
      end