Evaluating the following, which set of results is correct about the class-of relationships in Ruby's object model?Integer.class # (1) Class.class # (2) Class.superclass # (3) BasicObject.superclass # (4)