fn builtin_unclass( args: &[RValue], _: &[(String, RValue)], ) -> Result<RValue, RError>
Remove the class attribute from an object.
@param x object to unclass @return the object with its class attribute removed