Skip to content

Instantly share code, notes, and snippets.

@maca
Created August 3, 2011 20:40
Show Gist options
  • Save maca/1123710 to your computer and use it in GitHub Desktop.
Save maca/1123710 to your computer and use it in GitHub Desktop.
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