Created
August 3, 2011 20:40
-
-
Save maca/1123710 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
class Proc | |
def in_discomfort?; :me; end | |
end | |
you_are = you = | |
->(you) do | |
self.inspect until true | |
until nil | |
break you | |
end | |
puts you.in_discomfort? | |
you_are[you] | |
end | |
you[ | |
you_are | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment