class Rubydex::Rules::TopLevelMixinSelf

The top level of a Ruby program is the special <main> object. It is not possible to use โ€˜include self` or `extend self` on that object.

โ€œโ€˜ruby include self

^^^^ Cannot include self at the top level

extend self

^^^^ Cannot extend self at the top level

โ€œโ€˜