How can this line in Java be translated to Ruby:
String className = "java.util.Vector";
...
Object o = Class.forName(className).newInstance();
Thanks!
|
feedback
|
| |||||
feedback
|
|
If you're using ActiveSupport (i.e. Rails), there is a method added to
| ||||
|
feedback
|