Skip to content

Instantly share code, notes, and snippets.

@maxdignan
Last active March 4, 2018 19:51
Show Gist options
  • Save maxdignan/b173f594d02f080d89eb0c8bf3146d5d to your computer and use it in GitHub Desktop.
Save maxdignan/b173f594d02f080d89eb0c8bf3146d5d to your computer and use it in GitHub Desktop.
def add(a, b)
c = a + b
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment