summaryrefslogtreecommitdiff
path: root/spec/ruby/core/true/singleton_method_spec.rb
AgeCommit message (Collapse)Author
2023-09-04Update to ruby/spec@96d1072Benoit Daloze
2023-07-26Make {Nil,True,False}Class#singleton_method always raise NameErrorJeremy Evans
{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] Notes: Merged: https://github.com/ruby/ruby/pull/7973