Class: YardJunk::Logger::SyntaxError
- Defined in:
- lib/yard-junk/logger/message.rb
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from Message
#extra, #file, #line, #message
Instance Method Summary collapse
-
#severity ⇒ Object
Honestly, IDK why YARD considers it “warning”…
Methods inherited from Message
#==, #initialize, pattern, registry, search_up, #to_h, #to_s, try_parse, #type, type, valid_type?
Methods included from Spellcheck
Constructor Details
This class inherits a constructor from YardJunk::Logger::Message
Instance Method Details
#severity ⇒ Object
Honestly, IDK why YARD considers it “warning”… So, rewriting
183 184 185 |
# File 'lib/yard-junk/logger/message.rb', line 183 def severity :error end |