rspec/rules/S3018/description.adoc

2 lines
191 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
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.