Skip to content

Instantly share code, notes, and snippets.

@karszawa
Last active October 8, 2015 03:48
Show Gist options
  • Save karszawa/3273010 to your computer and use it in GitHub Desktop.
Save karszawa/3273010 to your computer and use it in GitHub Desktop.
def func(n); (1..n).inject(:*); end
p func(40) / func(20) / func(20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment