Created
April 8, 2016 18:33
-
-
Save johnmarinelli/c45e5440a42c0e78f7853df33a62b19d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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