lib/cucumber/core/ast/empty_background.rb



module Cucumber
  module Core
    module Ast
      class EmptyBackground
        def describe_to(*)
          self
        end
      end
    end
  end
end