Help for this page
# Keep the last 5. if (@sets > 5) { @sets = @sets[-5..-1]; }
# Keep the first 5. if (@sets > 5) { @sets = @sets[0..4]; }