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)
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
[