From: Trevoke Date: 2009-07-23T02:37:26+09:00 Subject: Re: Instantiating classes / sharing data between classes On Jul 22, 12:11 pm, Chris Rhoden wrote: > [Note:  parts of this message were removed to make it a legal post.] > > class Doctor >   def modalities >     @@modalities ||= your stuff >   end > end > > -chris > Ah.. Understood.. Thank you!