Da Nedea 12 Februr 2006 20:45 Mark Volkmann napsal:
> If Struct is a shorthand way for creating Classes, why don't objects
> created from those Classes have instance_variables?
>

My guess is because Struct directly accesses a C hashtable, instead of 
registering instance variables in the interpreter. Not like it should matter 
unless you for some reason with to access the variables with reflection 
instead of the accessors, which I can't imagine why you'd want to do.

David Vallner