Skip to content

Instantly share code, notes, and snippets.

@chug2k
Last active December 24, 2015 21:08
Show Gist options
  • Save chug2k/6862819 to your computer and use it in GitHub Desktop.
Save chug2k/6862819 to your computer and use it in GitHub Desktop.
def add(a,b)
a + " plus " + b
end
add(1,2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment