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_pairObject



119
120
121
# File 'lib/rubocop/cop/style/align_hash.rb', line 119

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