不确定这个模式是什么,但这里是场景:
class Some #this class has instance variables called @thing_1,@thing_2 etc. end
有没有办法设置实例变量的值,其中实例变量名由字符串创建?
就像是:
i=2 some.('thing_'+i) = 55 #sets the value of some.thing_2 to 55