We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class Foo private def foo; end end
Although Foo#foo doesn't show up on the page for the Foo class, it does show up in the Method List frame.
Foo#foo
The text was updated successfully, but these errors were encountered:
Issue resolved in commit 181c979
Sorry, something went wrong.
Was bit by this same bug. Glad to know it's solved in development. Hoping to see this fix in the next release soon! :-)
No branches or pull requests
Although
Foo#foo
doesn't show up on the page for the Foo class, it does show up in the Method List frame.The text was updated successfully, but these errors were encountered: