for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# Solamente las habilidades base de nivel 1
class Hab < Hash
attr_accessor :name, :description
def initialize(args)
args.each do |k, v|
instance_variable_set("@#{k}".to_sym, v) unless v.nil?
end
def type
'base'
def nivel
1
def img_path
"/images/skills/base/#{name}.png"