Skip to content

Instantly share code, notes, and snippets.

@johnpena
Created June 2, 2011 22:09
Show Gist options
  • Select an option

  • Save johnpena/1005445 to your computer and use it in GitHub Desktop.

Select an option

Save johnpena/1005445 to your computer and use it in GitHub Desktop.
What happens?
class Foo
class << self
def bar
"baz"
end
end
end
self = Foo.new
self.bar
# syntax error
# its self all the way down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment