Skip to content

Instantly share code, notes, and snippets.

@mediocretes
Created January 17, 2012 16:36
Show Gist options
  • Save mediocretes/1627383 to your computer and use it in GitHub Desktop.
Save mediocretes/1627383 to your computer and use it in GitHub Desktop.
Each.new('foo'){|x| x.chars} # 'f' 'o' 'o'
Each.new(['foo', 'bar']) | Each.new{|x| x.chars} # 'f' 'o' 'o' 'b' 'a' 'r'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment