fails:Kernel.__method__ returns the current method, even when aliased
fails:Kernel.__method__ returns the original name when aliased method
fails:Kernel.__method__ returns the caller from blocks too
fails:Kernel.__method__ returns the caller from define_method too
fails:Kernel.__method__ returns the caller from block inside define_method too
fails:Kernel.__method__ returns method name even from eval
fails:Kernel.__method__ returns nil from inside a class body
fails:Kernel.__method__ returns nil when not called from a method
