------ art_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 = Test.new
t.method_with_an_error
------ art_4819_21449552.1137821714435--