Method: RuboCop::Cop::Offense#hash
- Defined in:
- lib/rubocop/cop/offense.rb
permalink #hash ⇒ Object
[View source]
218 219 220 |
# File 'lib/rubocop/cop/offense.rb', line 218 def hash COMPARISON_ATTRIBUTES.map { |attribute| public_send(attribute) }.hash end |