You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Repro code:
Prism 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
The text was updated successfully, but these errors were encountered: