I have a class that inherits from another. When calling the constructor in the child it is making a call to the parent, which makes a call to a method. For me that should work perfectly fine but I get an exception. The ruby code looks like:I have a class that inherits from another. When