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
โโ
Public Class Methods
→ singleton(Severity::Base)
Source
# File lib/rubydex/rules/top_level_mixin_self.rb, line 21 def default_severity Severity::Information end
@override