class Rufo::Formatter

def track_hash_key

def track_hash_key
  return unless @current_hash
  track_alignment :hash_key, @hash_keys_positions, 0, @current_hash.object_id
end