From: Brian Takita Date: 2006-01-21T14:35:27+09:00 Subject: Re: Method definitions and Line numbers ------=_Part_4819_21449552.1137821714435 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I meant to paste this code: class Test def method_with_an_error raise Exception end end t =3D Test.new t.method_with_an_error ------=_Part_4819_21449552.1137821714435--