class RuboCop::Cop::HashAlignment::TableAlignment

def hash_rocket_delta(first_pair, current_pair)

def hash_rocket_delta(first_pair, current_pair)
  first_pair.loc.column + max_key_width + 1 -
    current_pair.loc.operator.column
end