class RuboCop::Formatter::HTMLFormatter::ERBContext

def possible_ellipses(location)

def possible_ellipses(location)
  location.single_line? ? '' : " #{ELLIPSES}"
end