Status: New Owner: tudor.gi...@gmail.com CC: alexandr...@gmail.com Labels: Type-Defect Priority-Medium Component-Roassal Milestone-4.7
New issue 815 by tudor.gi...@gmail.com: Roassal Mondrian builder does not accept nodes that are not subclasses of Collection http://code.google.com/p/moose-technology/issues/detail?id=815
The guard condition restricts unnecessarily:
nodes: objects | els | self assert: [ objects isKindOf: Collection] description: 'Should provide a collection as parameter'.