Subject: | clarify specifiying regexps as options to the constructor |
It's not clear from the list of options that belong to the constructor
whether the ones that specify regexps (private, also_private, trustme)
require a leading and a trailing slash; one could be tempted to believe
it is, since private does enlist the regexps with enclosening slashes.
Since this isn't true (at least for trustme, as I haven't tested
the other options), the documentation should be clarified.