class RuboCop::Cop::Layout::HashAlignment

def reset!

def reset!
  self.offences_by = {}
  self.column_deltas = Hash.new { |hash, key| hash[key] = {} }
end