Skip to content

Instantly share code, notes, and snippets.

@paopay
Created February 9, 2014 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paopay/e03b7e3a1706fbe5eec4 to your computer and use it in GitHub Desktop.
Save paopay/e03b7e3a1706fbe5eec4 to your computer and use it in GitHub Desktop.
def add(a, b)
a + b
end
add(1, 2) #=> 3 will be returned implicitly, even without "return" in line 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment