Skip to content

Instantly share code, notes, and snippets.

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