Re: [Ironruby-core] Frozen .NET objects

2009-12-09 Thread Nathan Stults
ubject: Re: [Ironruby-core] Frozen .NET objects It has an effect: >>> System::Collections::ArrayList.freeze => System::Collections::ArrayList >>> class System::Collections::ArrayList ... def foo ... end ... end :0: can't modify frozen class (TypeError)

Re: [Ironruby-core] Frozen .NET objects

2009-12-09 Thread Tomas Matousek
It has an effect: >>> System::Collections::ArrayList.freeze => System::Collections::ArrayList >>> class System::Collections::ArrayList ... def foo ... end ... end :0: can't modify frozen class (TypeError) Is there another effect you expect? Tomas From: ironruby-core-boun...@rubyforge.org [