class RBench::Runner

def columns_width

def columns_width
  @columns.inject(0){ |tot,c| tot += (c.to_s.length) }
end