# File lib/stella/core_ext.rb, line 405
  def histogram ; self.sort.inject({}){|a,x|a[x]=a[x].to_i+1;a} ; end