To reproduce: ```ruby (1..Float::INFINITY).lazy.uniq.first(10) ``` After that, I needed to use `Ctrl` + `C` to stop the hanging up for a while. Under MRI, the result is returned very quickly.