Class: Rubocop::Cop::Style::AlignHash::SeparatorAlignment

Inherits:
AlignmentOfValues show all
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

#checkable_layout, #deltas

Instance Method Details

#deltas_for_first_pair(first_pair, node) ⇒ Object



114
115
116
# File 'lib/rubocop/cop/style/align_hash.rb', line 114

def deltas_for_first_pair(first_pair, node)
  {} # The first pair is always considered correct.
end