From: botp Date: 2012-12-05T04:47:01+09:00 Subject: Re: Weird rescue --047d7bea3a7e18092d04d00c2111 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Dec 5, 2012 at 2:13 AM, Kai K=C3=B6nig wr= ote: > x =3D StandardError.new(:hello) > > y =3D StandardError.new(:hello) > x and y are different objects. try compare with #equal? you may need y=3Dx to force.. best regards -botp --047d7bea3a7e18092d04d00c2111 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Dec 5, 2012 at 2:13 AM, Kai K=C3=B6nig <kai@kairichardkoenig= .de> wrote:
x =3D StandardError.new(:hello)

y =3D StandardError.new(:hello)
=C2=A0

x= and y are different objects. =C2=A0try compare with #equal?=C2=A0

y= ou may need=C2=A0

y=3Dx

to force..

best regards -botp<= br>

--047d7bea3a7e18092d04d00c2111--