if Array < Object puts 'Cool, “<” can be used to test class inheritance.' end if Object > Array puts 'Cool, works the other way too.' end