Class: Libis::Format::Tool::Droid

Inherits:
IdentificationTool show all
Defined in:
lib/libis/format/tool/droid.rb

Instance Method Summary collapse

Methods inherited from IdentificationTool

bad_mimetype, run, run_dir, run_list

Instance Method Details

#run(file, _options = {}) ⇒ Object



31
32
33
# File 'lib/libis/format/tool/droid.rb', line 31

def run(file, _options = {})
  runner(file)
end

#run_dir(dir, recursive = true, _options = {}) ⇒ Object



27
28
29
# File 'lib/libis/format/tool/droid.rb', line 27

def run_dir(dir, recursive = true, _options = {})
  runner(dir, recursive)
end

#run_list(filelist, _options = {}) ⇒ Object



23
24
25
# File 'lib/libis/format/tool/droid.rb', line 23

def run_list(filelist, _options = {})
  runner(filelist)
end