class RuboCop::Cop::Style::AlignHash::SeparatorAlignment

def key_delta(first_pair, current_pair)

def key_delta(first_pair, current_pair)
  key_end_column(first_pair) - key_end_column(current_pair)
end