Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
medium
Ruby
lazy enumerators
Single-choice MCQ
What does calling force on a lazy enumerator do?
r = (1..5).lazy.map { |x| x * x }.force p r