Method: RuboCop::Formatter::HTMLFormatter::ERBContext#source_after_highlight

Defined in:
lib/rubocop/formatter/html_formatter.rb

#source_after_highlight(offense) ⇒ Object



105
106
107
108
# File 'lib/rubocop/formatter/html_formatter.rb', line 105

def source_after_highlight(offense)
  source_line = offense.location.source_line
  escape(source_line[offense.highlighted_area.end_pos..])
end