Take this example, move point to bar:
class Test
def foo
bar
end
end
(ruby-add-log-current-method) should return "Test#foo". It returns "Test" instead.
I'd be happy if (enh-ruby-add-log-current-method) returned the expected value, but that doesn't happen either.
Originally reported as dgutov/robe#47 (comment).