Skip to content
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

Private methods show up in method list #10

Closed
nex3 opened this issue May 1, 2009 · 2 comments
Closed

Private methods show up in method list #10

nex3 opened this issue May 1, 2009 · 2 comments

Comments

@nex3
Copy link
Contributor

nex3 commented May 1, 2009

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.

@lsegal
Copy link
Owner

lsegal commented May 18, 2009

Issue resolved in commit 181c979

@sunaku
Copy link

sunaku commented Mar 18, 2010

Was bit by this same bug. Glad to know it's solved in development. Hoping to see this fix in the next release soon! :-)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants