-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks ruby-add-log-current-method #96
Comments
Can you point me at some doco or something for this? Esp a contract of some sort. What calls this function and why? I wouldn't expect a |
What about |
|
I think I just fixed this for most forms. |
The lack of support for module A
module B
class C
def foo
_
end
end
end
end
|
Failing tests would be more actionable... |
Isn't the above description unambiguous? I hope you realize I'm not using this major mode myself. |
Closing in favor of #156. |
Take this example, move point to
bar
:(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).
The text was updated successfully, but these errors were encountered: