aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/class
Commit message (Collapse)AuthorAgeFilesLines
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-051-0/+22
|
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+31
| | | | | | | Implements [Feature #12084] Returns the object for which the receiver is the singleton class, or raises TypeError if the receiver is not a singleton class.
* Remove Class#descendantsJeremy Evans2021-12-201-38/+0
|
* Add Class#subclassesJean Boussier2021-11-231-0/+38
| | | | | | | Implements [Feature #18273] Returns an array containing the receiver's direct subclasses without singleton classes.
* Add Class#descendantsJeremy Evans2021-10-261-0/+38
| | | | | | | | Doesn't include receiver or singleton classes. Implements [Feature #14394] Co-authored-by: fatkodima <fatkodima123@gmail.com> Co-authored-by: Benoit Daloze <eregontp@gmail.com>
* Use Integer instead of Fixnum/BignumNobuyoshi Nakada2020-12-212-2/+2
|
* Improve error message when subclassing non-ClassJeremy Evans2020-11-131-1/+1
| | | | Fixes [Bug #14726]
* Update to ruby/spec@4f59d86Benoit Daloze2020-10-241-5/+6
|
* Update to ruby/spec@032ee74Benoit Daloze2020-05-032-2/+2
|
* Update to ruby/spec@4eec3dcBenoit Daloze2019-11-301-23/+0
|
* Update to ruby/spec@875a09eBenoit Daloze2019-07-274-14/+14
|
* Update to ruby/spec@a454137eregon2018-06-271-1/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@c1b568beregon2018-03-047-12/+12
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-208-0/+492
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e