Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created July 30, 2016 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1a2b16cf1149bfaadb9b0a202e71b9a6 to your computer and use it in GitHub Desktop.
Save anonymous/1a2b16cf1149bfaadb9b0a202e71b9a6 to your computer and use it in GitHub Desktop.
start_tj = {...}
myFunction(start_tj) #it edits start_tj
# here start_tj is different than before the call to myFunction: start_tj is passed by reference?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment