for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# frozen_string_literal: true
# Todos los hechizos de tipo elemental
class Aire < Magia
def elemento
'aire'
end