Make possible instance type and class inheritance checking
Instance type checking
true.is_a?(Boolean) #=> true
Class type checking
TrueClass < Boolean #=> true
See Also: