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