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 sangre
class Sangre < Magia
def elemento
'sangre'
end