From: Tony Arcieri Date: 2012-08-17T03:22:31+09:00 Subject: Re: A Ruby class is never closed --0016e6dab517409a6604c76620dd Content-Type: text/plain; charset=ISO-8859-1 On Thu, Aug 16, 2012 at 10:48 AM, Rubyist Rohit wrote: > How to unfreeze it again? One way is: A = A.dup Although this will warn you: (irb):23: warning: already initialized constant A -- Tony Arcieri --0016e6dab517409a6604c76620dd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Thu, Aug 16, 2012 at 10:48 AM, Rubyist Rohit = <lists@ruby-forum.com> wrote:
How to unfreeze it again?

One way is:
=
A =3D A.dup

Although th= is will warn you:

(irb):23: warning: already initi= alized constant A

--
Tony Arcieri

--0016e6dab517409a6604c76620dd--