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