Class: TrueClass

Inherits:
Object show all
Includes:
Boolean
Defined in:
lib/boolean_class/core_ext/all.rb

Overview

Make possible instance type and class inheritance checking

Examples:

Instance type checking

true.is_a?(Boolean)   #=> true

Class type checking

TrueClass < Boolean   #=> true

See Also: