# File lib/database_cleaner/configuration.rb, line 61 def clean_with(*args) self.connections.each { |connection| connection.clean_with(*args) } end