Method: RuboCop::Formatter::HTMLFormatter::ERBContext#source_before_highlight

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

#source_before_highlight(offense) ⇒ Object



100
101
102
103
# File 'lib/rubocop/formatter/html_formatter.rb', line 100

def source_before_highlight(offense)
  source_line = offense.location.source_line
  escape(source_line[0...offense.highlighted_area.begin_pos])
end