Last active
March 4, 2018 19:51
-
-
Save maxdignan/b173f594d02f080d89eb0c8bf3146d5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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