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