From: Yukihiro Matsumoto Date: 2008-12-15T10:35:17+09:00 Subject: Re: __PRETTY__FUNCTION__ for Ruby? Hi, In message "Re: __PRETTY__FUNCTION__ for Ruby?" on Mon, 15 Dec 2008 09:42:01 +0900, John Carter writes: |ruby --version |ruby 1.8.7 (2008-06-20 patchlevel 22) [i686-linux] |$ ruby -e 'def foo;p __method__;end;foo' |:foo | |Are you're saying that this behaviour change in 1.9? No, 1.8.7 just added a lot of 1.9 features recently. matz.