Ruby Triez un objet

objects.sort_by {|obj| obj.attribute}
# OR
objects.sort_by(&:attribute)
Lioruby