Skip to content

Instantly share code, notes, and snippets.

@Masa331
Created July 26, 2015 14:57
Show Gist options
  • Save Masa331/64f06bd6c61245c723e0 to your computer and use it in GitHub Desktop.
Save Masa331/64f06bd6c61245c723e0 to your computer and use it in GitHub Desktop.
enum = Enumerator.new do |yielder|
loop do
yielder.yield 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment