[ruby-talk:02529] Re: frozen behavior

From: Andrew Hunt <andy@...>
Date: 2000-04-20 12:59:56 UTC
List: ruby-talk #2529
	>In message "[ruby-talk:02519] Re: frozen behavior"
	>    on 00/04/20, Yukihiro Matsumoto <matz@netlab.co.jp> writes:
	>
	>||  Trying to modify String "Struct": can't modify frozen object
	>||  Trying to modify String "File": can't modify frozen object
	>||  Trying to modify String "Errno": can't modify frozen object
	>|
	>|I have no idea why they are frozen.  I'll check on them.
	>
	>Checked.
	>They are internal shared string created by rb_str_dup().

Thanks!  I'll safely ignore them...

/\ndy

In This Thread

Prev Next