Skip to content

Instantly share code, notes, and snippets.

@kwstannard
Created September 14, 2015 19:35
Show Gist options
  • Save kwstannard/8b83645b035c9cc72c26 to your computer and use it in GitHub Desktop.
Save kwstannard/8b83645b035c9cc72c26 to your computer and use it in GitHub Desktop.
infinite enumerator
irb(main):008:0> x = Enumerator.new(Float::INFINITY) { yield 1 }
=> #<Enumerator: #<Enumerator::Generator:0x007f85531b6360>:each>
irb(main):009:0> x.size
=> Infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment