class MoreMath::Histogram

def ascii_bar(bar_width)

def ascii_bar(bar_width)
  ?* * bar_width
end