module Sanitize::Config
class Sanitize
sanitize
1.0.0
# initialize
def initialize(config = {}) @config = Config::DEFAULT.merge(config) end