class RuboCop::Cop::Style::AlignHash::TableAlignment

def key_delta(first_pair, current_pair)

def key_delta(first_pair, current_pair)
  first_pair.loc.column - current_pair.loc.column
end