for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# frozen_string_literal: true
# Pociones de todo tipo
class Pocion < Util
def name
pocion(id)['name']
end
def efecto
pocion(id)['efecto']
def precio
pocion(id)['precio']