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
Ufuk Kayserilioglu 0378e2f4a8 Add Class#attached_object
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.
2022-10-20 17:30:17 +02:00
..
fixtures
allocate_spec.rb
attached_object_spec.rb Add Class#attached_object 2022-10-20 17:30:17 +02:00
dup_spec.rb
inherited_spec.rb
initialize_spec.rb
new_spec.rb
subclasses_spec.rb Add Class#subclasses 2021-11-23 10:50:44 +01:00
superclass_spec.rb