class RuboCop::Cop::HashAlignmentStyles::SeparatorAlignment

def key_delta(first_pair, current_pair)

def key_delta(first_pair, current_pair)
  first_pair.key_delta(current_pair, :right)
end