Method: Mgmg::Reinforcement#to_s

Defined in:
lib/mgmg/reinforce.rb

#to_sObject Also known as: inspect



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