After reading some of the documentation at , I started this method comment:
install: packageNameCollectionOrDetectBlock
"The parameter specifies the package to be installed in one of the following ways:
- By Name e.g. install: 'Kernel'
- Acceptable Versions e.g. install: #('Comet-lr' 'Comet-pmm') i.e. either of these
- Specific version e.g. install: 'Scriptaculous-lr.148'
- By Predicate e.g. install: [ :packageName | packageName beginsWith: 'Dynamic' ]"
Does this look correct?
Issue:
http://bugs.squeak.org/view.php?id=7561Fix in Inbox: Installer-Core-spd.340
Sean
Cheers,
Sean