1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core/class
Jean Boussier c0c2b31a35 Add Class#subclasses
Implements [Feature #18273]

Returns an array containing the receiver's direct subclasses without
singleton classes.
2021-11-23 10:50:44 +01:00
..
fixtures
allocate_spec.rb
descendants_spec.rb Add Class#descendants 2021-10-26 12:35:21 -07:00
dup_spec.rb
inherited_spec.rb
initialize_spec.rb Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
new_spec.rb
subclasses_spec.rb Add Class#subclasses 2021-11-23 10:50:44 +01:00
superclass_spec.rb Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00