Skip to content

Instantly share code, notes, and snippets.

@kirqe
Last active August 29, 2015 14:04
Show Gist options
  • Save kirqe/7c46d26a8e0df6eb19bb to your computer and use it in GitHub Desktop.
Save kirqe/7c46d26a8e0df6eb19bb to your computer and use it in GitHub Desktop.
string digits sum ruby
"3 5".split.map(&:to_i).inject{|q,k| q+k}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment