11 12 13
# File 'lib/mgmg/reinforce.rb', line 11 def to_s '(' + @vec.map.with_index{|e, i| e==0 ? nil : "#{Equip::ParamList[i]}:#{e}"}.compact.join(', ') + ')' end