Method: RuboCop::Formatter::HTMLFormatter::ERBContext#decorated_message
- Defined in:
- lib/rubocop/formatter/html_formatter.rb
#decorated_message(offense) ⇒ Object
rubocop:enable Lint/UselessMethodDefinition
83 84 85 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 83 def (offense) offense..gsub(/`(.+?)`/) { "<code>#{escape(Regexp.last_match(1))}</code>" } end |