Skip to content

Instantly share code, notes, and snippets.

@stevenabrooks
Created June 21, 2013 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenabrooks/5831152 to your computer and use it in GitHub Desktop.
Save stevenabrooks/5831152 to your computer and use it in GitHub Desktop.
big_array = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
big_array.inject(:lcm)
@blake41
Copy link

blake41 commented Jun 22, 2013

this is awesome
you blew avi's mind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment