Skip to content

Instantly share code, notes, and snippets.

@tpope
Created June 10, 2010 23:20
Show Gist options
  • Save tpope/433786 to your computer and use it in GitHub Desktop.
Save tpope/433786 to your computer and use it in GitHub Desktop.
def fibsum _;_<3?_:1+fibsum(_-1)+fibsum(_-2)end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment