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

Doesn't recognise Ruby module syntax #1336

Closed
ajrussellaudio opened this issue Mar 6, 2018 · 0 comments
Closed

Doesn't recognise Ruby module syntax #1336

ajrussellaudio opened this issue Mar 6, 2018 · 0 comments

Comments

@ajrussellaudio
Copy link

Repro code:

class MusicianTest < MiniTest::Test

end

Prism screenshot:

Prism Ruby Module Issue Screenshot

The issue is with the double colon :: syntax Ruby uses to access a class within a module. This competes with Ruby's symbol object types, whose names start with a colon, :example

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

No branches or pull requests

2 participants