class RBS::Types::ClassInstance

ClassInstance represents a type of an instance of a class.

String # Type of an instance of String class. Array # Type of an instance of Array class with instances of String. Kernel # Type of an instance of a class which includes Kernel.