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