Skip to content

Instantly share code, notes, and snippets.

@stormbrew
Created June 28, 2011 21:23
Show Gist options
  • Save stormbrew/1052258 to your computer and use it in GitHub Desktop.
Save stormbrew/1052258 to your computer and use it in GitHub Desktop.
class Y; end
class X
class Y; end
end
class X::Z
puts self, Y # Guess the output.
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment