class MoreMath::Histogram

def to_a

Return the computed histogram as an array of arrays.
def to_a
  @result
end