Skip to content

Instantly share code, notes, and snippets.

@Benjmin
Created June 13, 2013 05:13
Show Gist options
  • Save Benjmin/5771392 to your computer and use it in GitHub Desktop.
Save Benjmin/5771392 to your computer and use it in GitHub Desktop.
def add3(a)
a + 3
end
a = add3(3)
puts a #this would put out six
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment