class Cucumber::Core::Ast::EmptyBackground

def describe_to(*)

def describe_to(*)
  self
end

def inspect

def inspect
  "#<#{self.class.name}>"
end