Method: RuboCop::Cop::Offense#last_column

Defined in:
lib/rubocop/cop/offense.rb

#last_columnObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.


188
189
190
# File 'lib/rubocop/cop/offense.rb', line 188

def last_column
  location.last_column
end