From: John Lam Date: 2005-11-25T01:23:25+09:00 Subject: Legal symbol names and generics ------=_Part_23522_21841397.1132849399348 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I've just started thinking about generics in my Ruby <=3D> CLR bridge. This= is what I'd love to be able to do: channel =3D ChannelFactory(" http://www.flickr.com/services/soap/").CreateChannel The problem is how to deal with the stuff in angle brackets since < and > are not legal inside of Ruby constants. Any thoughts on how to syntacticall= y deal with this issue? Thanks -John http://www.iunknown.com ------=_Part_23522_21841397.1132849399348--