Skip to content

errors with <visibility> def ... (ruby >= 2.1) #354

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

Closed
thyresias opened this issue Jun 28, 2015 · 1 comment
Closed

errors with <visibility> def ... (ruby >= 2.1) #354

thyresias opened this issue Jun 28, 2015 · 1 comment

Comments

@thyresias
Copy link

With the code below:

  • method X::Y#foo is not documented
  • class X::Z is documented as Z, with superclass Y (instead of X::Z < X::Y)
module X
  class Y
    protected def foo
    end
  end
  class Z < Y
    def foo
    end
  end
end
@zzak
Copy link
Member

zzak commented Dec 22, 2015

Going to close this in favor of #355, since I might be able to get @senny to help out with this one ;)

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

2 participants