# File lib/database_cleaner/base.rb, line 37 def clean_with(*args) strategy = create_strategy(*args) strategy.clean strategy end