# File lib/stella/core_ext.rb, line 406
  def mode
    map = self.histogram
    max = map.values.max
    map.keys.select{|x|map[x]==max}
  end