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

def hash_rocket_delta(first_pair, current_separator)

def hash_rocket_delta(first_pair, current_separator)
  first_pair.loc.operator.column - current_separator.column
end