Class: Libis::Format::Tool::Droid
  
  
  
  
    
      Instance Method Summary
      collapse
    
    
  
  
  
  
  
  
  
  
  
  
  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 |