Created
March 2, 2012 10:03
-
-
Save etiennebarrie/1957474 to your computer and use it in GitHub Desktop.
c’est fou fou
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
| class Foo | |
| def foo(*args) | |
| puts(*args) | |
| end | |
| def bar | |
| foo = 42 | |
| foo foo | |
| end | |
| end | |
| Foo.new.bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment