Skip to content

Instantly share code, notes, and snippets.

@flori
Created August 8, 2012 21:28
Show Gist options
  • Save flori/3298930 to your computer and use it in GitHub Desktop.
Save flori/3298930 to your computer and use it in GitHub Desktop.
What does foo return?
def foo
some_function_computing_integer_value
+ some_other_function_computing_integer_value
+ the_last_function_computing_integer_value
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment