For this piece of code:
class myBaseClass def funcTest() puts \"baseClass\" end end myBaseClass.new.funcTest
I am getting an error: