Method: Remi::Extractor::LocalFile#extract

Defined in:
lib/remi/extractor/local_file.rb

#extractObject

Public: Called to extract files from the source filesystem.

Returns an array with containing the paths to all files extracted.



13
14
15
# File 'lib/remi/extractor/local_file.rb', line 13

def extract
  entries.map(&:pathname)
end