107 108 109
# File 'lib/falu/palette.rb', line 107 def dominant(*args) swatches.sort_by(&:count).reverse.first(*args) end