Created
May 20, 2014 20:01
-
-
Save rafbm/1169f733270e0eefb7e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if Array < Object | |
puts 'Cool, “<” can be used to test class inheritance.' | |
end | |
if Object > Array | |
puts 'Cool, works the other way too.' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment