Class: YardJunk::Logger::UnknownTag
- Defined in:
- lib/yard-junk/logger/message.rb
Overview
rubocop:disable Layout/LineLength
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from Message
#extra, #file, #line, #severity
Instance Method Summary collapse
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
#message ⇒ Object
108 109 110 |
# File 'lib/yard-junk/logger/message.rb', line 108 def corrections.empty? ? super : "#{super}. Did you mean #{corrections.map { |c| "@#{c}" }.join(', ')}?" end |