Skip to content

Instantly share code, notes, and snippets.

@maxdignan
Created March 4, 2018 19:49
Show Gist options
  • Save maxdignan/cb4f215e54c29ef0aa97c3e349002d98 to your computer and use it in GitHub Desktop.
Save maxdignan/cb4f215e54c29ef0aa97c3e349002d98 to your computer and use it in GitHub Desktop.
def add_ten (a)
puts "10 is being added to your value"
b = a + 5
c = a + 10
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment