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

Add singleton class to known-issues #181

Merged
merged 1 commit into from
May 20, 2024

Conversation

euglena1215
Copy link
Contributor

Currently, we do not support singleton_class_node, which prevents us from handling syntax like the following:

class Foo
  class << self
    def foo = :ok
  end
end

To address this as a known issue, I have added the corresponding test to known-issues.

Currently, we do not support `singleton_class_node`, which prevents us from handling syntax like the following:

```ruby
class Foo
  class << self
    def foo = :ok
  end
end
```

To address this as a known issue, I have added the corresponding test to known-issues.
@mame mame merged commit 808bf7e into ruby:v2 May 20, 2024
6 checks passed
@mame
Copy link
Member

mame commented May 20, 2024

Thanks!

@euglena1215 euglena1215 deleted the known-issues-singleton-class branch May 20, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants