|
How does one force a prereq to exist?
I just installed the Dolphin port of Vasilli's excellent regex package
and used some code like this:
someStringTemp := someStringTemp copyWithRegex: '(\(|\))'
matchesReplacedWith: ''.
which works fine, but doesn't seem to trigger the requirement that regex
should be a prereq. And there didn't seem to be a way to manually
set/force a package requirement.
I've currently just added a wee hack method to one of my classes
instantiating a RxMatcher just to get the prereq. But there must be a
cleaner way...
|