class Output::OutputPlugin

abstract class OutputPlugin

Public Instance Methods

batch?() click to toggle source

If plugin is in batch mode

# File lib/fileminer/output.rb, line 7
def batch?
  true
end
close() click to toggle source
# File lib/fileminer/output.rb, line 11
def close
  # do nothing default
end