class RBench::Group

def to_s

def to_s
  @runner.separator(@name) << @items.map { |item| item.to_s }.join
end