class RBench::Runner

def separator(title=nil,chr="-",length=width)

def separator(title=nil,chr="-",length=width)
  title ? chr*2 + title + chr * (width - title.length - 2) : chr * length
end