class Gladys::Container

def drop_tables(tables)

def drop_tables(tables)
  log_debug_duration("Calling :drop_tables with tables: #{tables}") do
    tables.each do |table|
      drop_table(table)
    end
  end
end