Skip to content

Instantly share code, notes, and snippets.

Created May 29, 2012 14:38
Show Gist options
  • Save anonymous/2828788 to your computer and use it in GitHub Desktop.
Save anonymous/2828788 to your computer and use it in GitHub Desktop.
new = 1
"12345".to_a.each{|a|
new *= a.to_i
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment