Class: HMap::MapFileWriter

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-hmap/hmap_writer.rb

Overview

Helper module which returns handle method from MapFileWriter.

Instance Method Summary collapse

Constructor Details

#initialize(save_origin_header_search_paths, clean_hmap) ⇒ MapFileWriter



36
37
38
39
40
41
# File 'lib/cocoapods-hmap/hmap_writer.rb', line 36

def initialize(save_origin_header_search_paths, clean_hmap)
  @save_origin_header_search_paths = save_origin_header_search_paths
  @hmap_saver = HMapSaver.new
  @hmap_saver_iquote = HMapSaver.new
  create_mapfile(clean_hmap)
end