class Integration::Flog
Public Instance Methods
run_with(config)
click to toggle source
# File lib/integrations/flog.rb, line 6 def run_with(config) args = ['-m'] Keepclean.logger.debug "Running with args: #{args.inspect}" FlogCLI.run(args) true end