Spotlight archive
Guess the language.
Three lines, six guesses.
MODESpotlight0/6
Spotlight · ?.??
1emails = users.select(&:active?).map(&:email)
2puts emails.join(", ")
3emails.each.with_index(1) { |e, i| puts "#{i}: #{e}" }
+ 29 more — keep typing to narrow
Keep going