From: SonOfLilit Date: 2007-02-20T09:47:35+09:00 Subject: Re: Deconstructor to close file Classes are open in Ruby. You can just extend the class, e.g.: class Log4R def asdf p "blah" end end On 2/20/07, Raymond O'connor wrote: > Thanks for everyone's help! I may end up just using the standard > logger. Do you know if there is an easy way to add methods to the > standard logger class without having to do .extend everytime I create an > instance of it? > > -- > Posted via http://www.ruby-forum.com/. > >