Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johnmarinelli/c45e5440a42c0e78f7853df33a62b19d to your computer and use it in GitHub Desktop.
Save johnmarinelli/c45e5440a42c0e78f7853df33a62b19d to your computer and use it in GitHub Desktop.
2.2.1 :001 > str = "asdfasdf"
=> "asdfasdf"
2.2.1 :002 > def foo(x)
2.2.1 :003?> x = "john"
2.2.1 :004?> end
=> :foo
2.2.1 :005 > foo(str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment