Skip to content

Instantly share code, notes, and snippets.

@rafer
Created April 14, 2011 20:23
Show Gist options
  • Save rafer/920410 to your computer and use it in GitHub Desktop.
Save rafer/920410 to your computer and use it in GitHub Desktop.
ROB 4/14/2011 Trivia: Question 3
# Question 3. What does the following print?
p [String === "String", "String" === String]
p ["String".equal?("String"), "String".eql?("String"), "String" == "String"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment