Skip to content

Instantly share code, notes, and snippets.

@ujihisa
Created June 20, 2009 07:43
Show Gist options
  • Save ujihisa/133086 to your computer and use it in GitHub Desktop.
Save ujihisa/133086 to your computer and use it in GitHub Desktop.
def fact(n)(1..n).inject &:*end
p fact(10) #=> 3628800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment