Skip to content

Instantly share code, notes, and snippets.

@rafer
Created April 14, 2011 20:19
Show Gist options
  • Save rafer/920399 to your computer and use it in GitHub Desktop.
Save rafer/920399 to your computer and use it in GitHub Desktop.
ROB 4/14/2011 Trivia: Question 2
# Question 2: What does the following print?
class Bob
class << self
puts self.name
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment