copy: function(args) {
        if (args.length !== 0) {
            throw new Error('Invalid argument');
        }