Skip to content

Instantly share code, notes, and snippets.

@pheuter
Created February 16, 2011 14:55
Show Gist options
  • Save pheuter/829499 to your computer and use it in GitHub Desktop.
Save pheuter/829499 to your computer and use it in GitHub Desktop.
def add(x,y)
x+y
end
add(2,3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment