45 46 47 48
# File 'lib/database_cleaner/cleaners.rb', line 45 def clean Safeguard.new.run values.each { |cleaner| cleaner.clean } end