I have a class:
class One def initialize; end end
I need to create a new class with my own constructor like this:
class T
super in this case (without parentheses) is a special form. It calls the superclass method with the original params.
super
Instead try calling
super()