Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Meta.newObject

Meta.newObject($className) -> object

Description

Construct a new object for the given class.

$obj = Meta.newObject('MyClass')
$obj.myMethod()