Skip to content

Instantly share code, notes, and snippets.

@andrewberls
Created August 26, 2012 01:13
Show Gist options
  • Save andrewberls/3472930 to your computer and use it in GitHub Desktop.
Save andrewberls/3472930 to your computer and use it in GitHub Desktop.
def sumDouble(ary); ary.map{|i| i*2}.inject(&:+); end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment