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

def hash_rocket_delta(first_pair, current_separator)

def hash_rocket_delta(first_pair, current_separator)
  first_pair.loc.column + @max_key_width + 1 -
    current_separator.column
end