L
Larry Fast
Hi Rubyists and ...istas,
I want create objects from a list of class names. What's the syntax for
this?
classList.each { |klass|
<insert object creation code here>
}
Thanks,
Larry
I want create objects from a list of class names. What's the syntax for
this?
classList.each { |klass|
<insert object creation code here>
}
Thanks,
Larry