Skip to content

Instantly share code, notes, and snippets.

@sos4nt
Created April 19, 2017 17:22
Show Gist options
  • Save sos4nt/78396f0e97cf694a853c70225fc182c9 to your computer and use it in GitHub Desktop.
Save sos4nt/78396f0e97cf694a853c70225fc182c9 to your computer and use it in GitHub Desktop.
Chainable Enumerator::Lazy#each
class Enumerator::Lazy
def each(*)
super
self
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment