Hi,

In message "Re: injecting dynamic methods into a class"
    on Thu, 8 Dec 2005 15:39:06 +0900, "jonathan <zjll9 / imail.etsu.edu>" <zjll9 / imail.etsu.edu> 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.