Skip to content

Instantly share code, notes, and snippets.

@smathy
Created September 10, 2015 19:53
Show Gist options
  • Save smathy/135fda86a80058d43279 to your computer and use it in GitHub Desktop.
Save smathy/135fda86a80058d43279 to your computer and use it in GitHub Desktop.
[14] pry(main)> def foo; "ACK!"; end
=> :foo
[15] pry(main)> "".foo
=> "ACK!"
[16] pry(main)> nil.foo
=> "ACK!"
[17] pry(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment