Method: Output::OutputPlugin#batch?

Defined in:
lib/fileminer/output.rb

#batch?Boolean

If plugin is in batch mode

Returns:

  • (Boolean)


7
8
9
# File 'lib/fileminer/output.rb', line 7

def batch?
  true
end