Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created May 18, 2022 09:42
Show Gist options
  • Save denisdefreyne/bd26aa096576a1102c18bce66599cf61 to your computer and use it in GitHub Desktop.
Save denisdefreyne/bd26aa096576a1102c18bce66599cf61 to your computer and use it in GitHub Desktop.
scores = [
Score.new(6),
Score.new(17),
Score.new(14),
Score.new(13),
Score.new(11),
]
p scores.min
p scores.max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment