Method: Itools::FileSearcher#initialize

Defined in:
lib/itools/file_handle.rb

#initialize(temp_path, temp_files) ⇒ FileSearcher

Returns a new instance of FileSearcher.



14
15
16
17
18
# File 'lib/itools/file_handle.rb', line 14

def initialize(temp_path,temp_files)
    @path = temp_path
    @files = temp_files
    @search_result = []
end