P
Peer Allan
Hi all,
I know this can be done, but I can't find out how to do it. I have a
string with the name of the class that I want to initialize, but how do
I do it?
This is what I tried,
class = "Product"
product = class.new
Obviously this does not work or I wouldn't be asking
So, how do I do
this?
Peer
I know this can be done, but I can't find out how to do it. I have a
string with the name of the class that I want to initialize, but how do
I do it?
This is what I tried,
class = "Product"
product = class.new
Obviously this does not work or I wouldn't be asking
this?
Peer