Skip to content

Instantly share code, notes, and snippets.

@thatrubylove
Created April 17, 2014 22:01
Show Gist options
  • Save thatrubylove/11013995 to your computer and use it in GitHub Desktop.
Save thatrubylove/11013995 to your computer and use it in GitHub Desktop.
a-deeper-look-at-rubys-enumerable-example-5
f.each_line.each_cons(2) {|line_1, line_2| line_1 == line_2 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment