>>>>> "B" == Brian Candler <B.Candler / pobox.com> writes:

B> That was essentially what I was asking. What is the way to check if an
B> instance variable exists, when its name is dynamic? Preferably not something
B> incredibly inefficient like

 #instance_variables give you the name of all instance variables for an
 object. 


Guy Decoux