From: Yukihiro Matsumoto Date: 2005-12-08T16:54:52+09:00 Subject: Re: injecting dynamic methods into a class Hi, In message "Re: injecting dynamic methods into a class" on Thu, 8 Dec 2005 15:39:06 +0900, "jonathan " writes: |> Singleton classes in Ruby are: |> |> * created run time on demand |> * can be modified (or enhanced) run time |> * their methods may modify any instances |> * their scope are not limited to certain file |> |> matz. | |Ok. That's what I meant by metaprogramming. I wasn't aware of the |scope issue though. Also, what do you mean by 'their methods may modify |any instances'? Nevermind. I was confusing const and static. Silly. matz.