Method: RuboCop::Formatter::HTMLFormatter::ERBContext#possible_ellipses
- Defined in:
- lib/rubocop/formatter/html_formatter.rb
#possible_ellipses(location) ⇒ Object
110 111 112 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 110 def possible_ellipses(location) location.single_line? ? '' : " #{ELLIPSES}" end |