Class: RuboCop::Cop::Style::AlignHash::SeparatorAlignment
- Inherits:
-
AlignmentOfValues
- Object
- AlignmentOfValues
- RuboCop::Cop::Style::AlignHash::SeparatorAlignment
- Defined in:
- lib/rubocop/cop/style/align_hash.rb
Overview
Handles calculation of deltas when the enforced style is 'separator'.
Instance Method Summary collapse
Methods inherited from AlignmentOfValues
Instance Method Details
#deltas_for_first_pair ⇒ Object
121 122 123 |
# File 'lib/rubocop/cop/style/align_hash.rb', line 121 def deltas_for_first_pair(*) {} # The first pair is always considered correct. end |