for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# Todos los hechizos de tipo hielo
class Hielo < Magia
def nivel
((id / 6) + 1).to_i
end
def elemento
'hielo'