rspec/rules/S3018/description.adoc
2021-01-27 13:42:22 +01:00

2 lines
191 B
Plaintext

Any class that doesn't directly extend ``++Object++`` should invoke ``++super++`` in the constructor that performs initialization to ensure that all parts of the class are fully initialized.