class Cucumber::Core::Compiler::FeatureCompiler

def background(background, &descend)

def background(background, &descend)
  source = [@feature, background]
  compiler = BackgroundCompiler.new(source, receiver)
  descend.call(compiler)
  self
end