# File src/rubydice_doc.rb, line 58
  def bar(n)
    stars = "*" * (n * WIDTH / AVG_WIDTH)
  end