Sha256: 58f354804866df3bb42b8348f79d6b7b6b09d9006bc87f9df919fbf11da16edc
Contents?: true
Size: 253 Bytes
Versions: 9
Compression:
Stored size: 253 Bytes
Contents
exit colors.sort_by { |hash| hash[:hue] }exit colors.sort_by { |hash| hash[:hue] } colors.sort { |a,b| a[:hue] <=> b[:hue] } colors.sort_by { |hash| hash[:hue] } colors_sort_by { |hash| hash[:hue] } colors.sort_by(&:hue) colors.first[:hue] colors.first
Version data entries
9 entries across 9 versions & 1 rubygems