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

Constants get inherited even if they're being overwritten #474

Closed
dominikh opened this issue Jan 26, 2012 · 0 comments
Closed

Constants get inherited even if they're being overwritten #474

dominikh opened this issue Jan 26, 2012 · 0 comments
Labels
Milestone

Comments

@dominikh
Copy link
Contributor

Example input:

class A
  Foo = 1
end

class B < A
  Foo = 2
end

The documentation of class B will mention Foo as a constant inherited from A.

This bug is much alike the already closed #442

@lsegal lsegal closed this as completed in 9b29e32 Jan 31, 2012
lsegal added a commit that referenced this issue Jan 31, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants