Richard Kilmer [mailto:rich@infoether.com] :
Oops...sorry...you are right...it would have to be:
f.{Array}['rich']
to make it explicit that you are grouping the {} with the
method name. This is only an issue for the operator'ish methods
because methods require the dot in them already.
Maybe:
f<Array>['rich']
f.<Person>[firstname]
It's ugly enough to discourage its use, but it also calls to mind the
syntax for C++ templates (for good or ill) while not being
currently-legal Ruby.
-austin
···
--
austin ziegler * austin.ziegler@evault.com