From: Yukihiro Matsumoto Date: 2005-03-17T17:42:15+09:00 Subject: Re: Allowing "?" in struct members Hi, In message "Re: Allowing "?" in struct members" on Thu, 17 Mar 2005 01:40:27 +0900, "Berger, Daniel" writes: |It has come to my attention that struct members that contain "?" are no |longer allowed (in CVS Ruby, as of March 4th, 2005). It raises a |NameError. | |Is this a bug? If not, what is the rationale for removing this |capability? It's intentional, so that it shouldn't be a bug. But your message made me think having field names with "?" can be valid if field accessor is disabled for such cases. matz.