From: Nobuyoshi Nakada Date: 2012-01-16T11:13:39+09:00 Subject: [ruby-core:42144] Re: [ruby-trunk - Feature #5898][Open] raise and Exception#initialize Hi, (12/01/16 11:03), Nobuyoshi Nakada wrote: > How do you tell if the second argument is a part of messages, or a > caller? One of simplest ways I can think of would be: raise MyError.new('foo', 'bar') Wow, this works with your definition, doesn't it? ;) -- Nobu Nakada