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

Make {Nil,True,False}Class#singleton_method always raise NameError #7973

Merged

Commits on Jun 22, 2023

  1. Make {Nil,True,False}Class#singleton_method always raise NameError

    {Nil,True,False}Class#singleton_methods always returns [] indicating
    that there are no singleton methods defined, so #singleton_method
    should be consistent with that.
    
    Fixes [Bug #11064]
    jeremyevans committed Jun 22, 2023
    Copy the full SHA
    14ae210 View commit details
    Browse the repository at this point in the history