91 92 93
# File 'lib/infrastructure/databases.rb', line 91 def drop(id) connection.drop_database database(id) end