Meta.newObject
Meta.newObject($className) -> object
Description
Construct a new object for the given class.
$obj = Meta.newObject('MyClass') $obj.myMethod()
Construct a new object for the given class.
$obj = Meta.newObject('MyClass') $obj.myMethod()