A simple test follows:

${message}

Now test models for each type:

Value: ${model} Is Number: ${isNumber(model)}
Is Scalar: ${isScalar(model)}
Is List: ${isList(model)}
Is Indexed: ${isIndexed(model)}
Is Hash: ${isHash(model)}
Is Method: ${isMethod(model)}
Is Transform:${isTransform(model)}