for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# frozen_string_literal: true
# Objetos raros como llaves, setas o mapas.
class Pieza < Util
def name
pieza(id)['name']
end
def uso
pieza(id)['uso']
def precio
pieza(id)['precio']