Question from the Ruby (legacy) test

Ruby: What is the output of the following code? `f = A.new; f.b = B.new; f.b.a = A.new; f.b.a.a = A.new; f.class == B,B.new.kind_of?(A) == true`

Hard
Author: Olivier MillaStatus: PublishedQuestion passed 11 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!