Miranda behavior of this method, for all objects (no exceptions!) is to return the object itself.
Please also document that _conformTo() requires its callee to do any iteration itself; the guard will not call _conformTo() multiple times in a loop. (Any guard caught doing so is buggy and will be relieved of duty immediately.)
The message
to _conformTo(guard) :Any
should be documented. It is a Miranda method. E's version is outlined on their wiki at http://wiki.erights.org/wiki/Miranda_conformToDifferences from E's version:
Miranda behavior of this method, for all objects (no exceptions!) is to return the object itself.
Please also document that _conformTo() requires its callee to do any iteration itself; the guard will not call _conformTo() multiple times in a loop. (Any guard caught doing so is buggy and will be relieved of duty immediately.)