module DBPurger

DBPurger is a tool to delete data from tables based on a initial purge value

Public Class Methods

config() click to toggle source
# File lib/db-purger.rb, line 18
def self.config
  @config ||= Config.new
end