# File lib/hammer_cli_import/persistentmap.rb, line 92
    def persistent_maps(*list)
      raise PersistentMapError, 'Persistent maps should be declared only once' if @maps
      list.each do |map_sym|
        persistent_map map_sym
      end
    end